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:
Andrew Ozz 2018-01-15 09:50:15 +00:00
parent ae0995660c
commit 40e6a33f2a
1 changed files with 2 additions and 2 deletions

View File

@ -730,10 +730,10 @@ div.mce-menu .mce-menu-item-sep,
cursor: default;
}
.mce-menubtn.mce-fixed-width button {
.mce-menubtn.mce-fixed-width span {
overflow-x: hidden;
text-overflow: ellipsis;
width: 110px;
width: 82px;
}
/* Charmap modal */