[wp-trac] [WordPress Trac] #48222: "Show password" button overlaps with the LastPass icon

WordPress Trac noreply at wordpress.org
Thu Feb 6 07:48:33 UTC 2020


#48222: "Show password" button overlaps with the LastPass icon
-------------------------------------------------+-------------------------
 Reporter:  SergeyBiryukov                       |       Owner:  (none)
     Type:  defect (bug)                         |      Status:  new
 Priority:  normal                               |   Milestone:  5.4
Component:  Login and Registration               |     Version:  5.3
 Severity:  normal                               |  Resolution:
 Keywords:  has-screenshots dev-feedback has-    |     Focuses:  ui
  patch needs-testing needs-design needs-        |
  design-feedback                                |
-------------------------------------------------+-------------------------

Comment (by fahimmurshed):

 Hi,

 I have checked that, this issue is not solved yet.
 [[Image(https://i.imgur.com/fHtA9Jf.png)]]

 I have modified this file /wp-admin/css/login.min.css

 Change the padding



 {{{
     padding: 0px 45px;
 }}}

 CSS code:

 {{{
 .login .button.wp-hide-pw {
     background: 0 0;
     border: 1px solid transparent;
     box-shadow: none;
     font-size: 14px;
     line-height: 2;
     width: 2.5rem;
     height: 2.5rem;
     min-width: 40px;
     min-height: 40px;
     margin: 0;
     padding: 0px 45px;
     position: absolute;
     right: 0;
     top: 0;
 }
 }}}

 It should look like this
 [[Image(https://i.imgur.com/SyJR41t.png)]]

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/48222#comment:23>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list