TinyMCE: on the toolbar drop-downs apply overflow style on the actual element with text.
Props abdullahramzan, azaozz. Fixes #43090 for trunk. git-svn-id: https://develop.svn.wordpress.org/trunk@42446 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ae0995660c
commit
40e6a33f2a
@ -730,10 +730,10 @@ div.mce-menu .mce-menu-item-sep,
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mce-menubtn.mce-fixed-width button {
|
.mce-menubtn.mce-fixed-width span {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
width: 110px;
|
width: 82px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Charmap modal */
|
/* Charmap modal */
|
||||||
|
Loading…
Reference in New Issue
Block a user