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

Props abdullahramzan, azaozz.
Merges [42446] to the 4.9 branch.
Fixes #43090.
Built from https://develop.svn.wordpress.org/branches/4.9@42552


git-svn-id: http://core.svn.wordpress.org/branches/4.9@42381 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-01-23 08:31:40 +00:00
parent 98764508db
commit dd777e0e14
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 = '4.9.3-alpha-42551';
$wp_version = '4.9.3-alpha-42552';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.