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:
parent
fe8c363c38
commit
2fb4cd0d9d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue