Skip to content

Commit 4e321a5

Browse files
committed
Login and Registration: Fix password icon alignment.
Change the line-height of the `button` element for toggling password visibility to center the icon vertically. Props wildworks, niravsherasiya7707, khushi1501, joedolson. Fixes #64869. git-svn-id: https://develop.svn.wordpress.org/trunk@62038 602fd350-edb4-49c9-b593-d223f7449a82
1 parent d9aa07e commit 4e321a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/css/login.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ p {
105105
border: 1px solid transparent;
106106
box-shadow: none;
107107
font-size: 14px;
108-
line-height: 2;
108+
line-height: normal;
109109
width: 2.5rem;
110110
height: 2.5rem;
111111
min-width: 40px;

0 commit comments

Comments
 (0)