Make WordPress Core

Changeset 42446


Ignore:
Timestamp:
01/15/2018 09:50:15 AM (7 years ago)
Author:
azaozz
Message:

TinyMCE: on the toolbar drop-downs apply overflow style on the actual element with text.

Props abdullahramzan, azaozz.
Fixes #43090 for trunk.

File:
1 edited

Legend:

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

    r41643 r42446  
    731731}
    732732
    733 .mce-menubtn.mce-fixed-width button {
     733.mce-menubtn.mce-fixed-width span {
    734734    overflow-x: hidden;
    735735    text-overflow: ellipsis;
    736     width: 110px;
     736    width: 82px;
    737737}
    738738
Note: See TracChangeset for help on using the changeset viewer.