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

Props abdullahramzan, azaozz.
Fixes #43090 for trunk.
Built from https://develop.svn.wordpress.org/trunk@42446


git-svn-id: http://core.svn.wordpress.org/trunk@42276 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2018-01-15 09:51:48 +00:00
parent 3fb8eee9fc
commit 1fb6a63449
5 changed files with 7 additions and 7 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 */

File diff suppressed because one or more lines are too long

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 */

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-42444';
$wp_version = '5.0-alpha-42446';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.