TinyMCE: reset line-height for the formats drop-down menu. Fixes a bug where the H1-H6 menu items are overlapping.

git-svn-id: http://core.svn.wordpress.org/trunk@24311 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2013-05-22 01:41:36 +00:00
parent fe8c363c38
commit 2fb4cd0d9d
1 changed files with 3 additions and 3 deletions

View File

@ -252,9 +252,9 @@
border-top-right-radius: 2px;
}
/*.wp_themeSkin .mceListBox .mceLast {
display: none;
}*/
.wp_themeSkin .mceListBoxMenu .mce_formatPreview {
line-height: normal;
}
.wp_themeSkin .mceListBox .mceOpen,
.wp_themeSkin .mceListBoxHover .mceOpen,