style(PasswordInput): improve text size adjust (#6176)

This commit is contained in:
neverland 2020-04-29 20:09:07 +08:00 committed by GitHub
parent 771d21c9b8
commit ba67c7bf23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,11 +32,13 @@
li {
position: relative;
display: flex;
flex: 1;
align-items: center;
justify-content: center;
height: 100%;
font-size: @password-input-font-size;
line-height: @password-input-height;
text-align: center;
line-height: 1.2;
background-color: @password-input-background-color;
}