About page: Use box-sizing: border-box on the password meter so pixels line up.
Also eliminates a duplicate width: 100% property. fixes #25603. git-svn-id: https://develop.svn.wordpress.org/trunk@25845 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3b56df670e
commit
f4bf16102d
@ -5954,13 +5954,13 @@ h2 .nav-tab {
|
||||
line-height: 1;
|
||||
width: 100%;
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.about-wrap .about-password-meter #pass-strength-result {
|
||||
display: block !important;
|
||||
font-size: 150%;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
padding: 17px 0;
|
||||
margin-bottom: 15px;
|
||||
|
Loading…
Reference in New Issue
Block a user