Set min-height for menu item title. props garyc40. fixes #16787.
Built from https://develop.svn.wordpress.org/trunk@25211 git-svn-id: http://core.svn.wordpress.org/trunk@25183 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
89aed6d7e8
commit
68ebb31a97
|
@ -7913,8 +7913,9 @@ body.interim-login {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 7px 0;
|
padding: 7px 0;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
display:block;
|
min-height: 20px;
|
||||||
margin-right:13em;
|
display: block;
|
||||||
|
margin-right: 13em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Sortables */
|
/* Sortables */
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue