From 2fb4cd0d9d2236fc02a8f48d07c17b38a29fae62 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 22 May 2013 01:41:36 +0000 Subject: [PATCH] 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 --- wp-includes/css/editor.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/css/editor.css b/wp-includes/css/editor.css index b0c3df71cc..0780b100a5 100644 --- a/wp-includes/css/editor.css +++ b/wp-includes/css/editor.css @@ -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,