Set min-height for menu item title. Add a fallback for empty-titled items.

props philiparthurmoore.
fixes #30283.
Built from https://develop.svn.wordpress.org/trunk@30500


git-svn-id: http://core.svn.wordpress.org/trunk@30489 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2014-11-21 05:57:22 +00:00
parent 2aabde8f74
commit aad05ece16
6 changed files with 10 additions and 3 deletions

View File

@@ -471,6 +471,7 @@ ul.add-menu-item-tabs li {
position: relative;
padding: 10px 15px;
height: auto;
min-height: 20px;
width: 382px;
line-height: 30px;
overflow: hidden;

View File

@@ -471,6 +471,7 @@ ul.add-menu-item-tabs li {
position: relative;
padding: 10px 15px;
height: auto;
min-height: 20px;
width: 382px;
line-height: 30px;
overflow: hidden;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long