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:
Sergey Biryukov 2013-09-02 17:35:10 +00:00
parent 89aed6d7e8
commit 68ebb31a97
2 changed files with 4 additions and 3 deletions

View File

@ -7913,8 +7913,9 @@ body.interim-login {
font-weight: bold;
padding: 7px 0;
line-height: 20px;
display:block;
margin-right:13em;
min-height: 20px;
display: block;
margin-right: 13em;
}
/* Sortables */

File diff suppressed because one or more lines are too long