Hi
Inside the password field for metabox front end forms, the reveal password button has padding applied to the parent <span> and not applied to the <i> icon. This causes the button to only be pressed/clicked when clicking/pressing over the actual eye shaped icon image and not the surrounding area inside the button border area.
The padding need to be moved from the parent <span> to the <i> icon for this to be easier to select on desktop and mobile.
<div class="rwmb-input-group"><input type="password" required="1" id="user_pass" class="rwmb-password" name="user_pass" aria-labelledby="user_pass-label"><span class="rwmb-input-group-text"><i class="password-icon show-icon"></i></span></div>
thanks
Nick