mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 11:35:48 +00:00
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:
parent
3fb8eee9fc
commit
1fb6a63449
@ -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 */
|
||||
|
2
wp-includes/css/editor-rtl.min.css
vendored
2
wp-includes/css/editor-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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 */
|
||||
|
2
wp-includes/css/editor.min.css
vendored
2
wp-includes/css/editor.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user