Make WordPress Core

Changeset 24311


Ignore:
Timestamp:
05/22/2013 01:41:36 AM (11 years ago)
Author:
azaozz
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/css/editor.css

    r23540 r24311  
    253253}
    254254
    255 /*.wp_themeSkin .mceListBox .mceLast {
    256     display: none;
    257 }*/
     255.wp_themeSkin .mceListBoxMenu .mce_formatPreview {
     256    line-height: normal;
     257}
    258258
    259259.wp_themeSkin .mceListBox .mceOpen,
Note: See TracChangeset for help on using the changeset viewer.