Make sure that select elements vertically align properly with other text. Fixes #26136, props jeremyfelt.
git-svn-id: https://develop.svn.wordpress.org/trunk@26384 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
27d2677273
commit
557ecd7b6d
|
@ -1097,7 +1097,7 @@ p.install-help {
|
|||
line-height: 28px;
|
||||
height: 28px;
|
||||
color: #333;
|
||||
vertical-align: top;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.wp-admin .button-cancel {
|
||||
|
|
Loading…
Reference in New Issue