From 40e6a33f2aaac70a3530a6a4233c42388d4aa7ac Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Mon, 15 Jan 2018 09:50:15 +0000 Subject: [PATCH] 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 --- src/wp-includes/css/editor.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/css/editor.css b/src/wp-includes/css/editor.css index b80d072e72..0e042cf67f 100644 --- a/src/wp-includes/css/editor.css +++ b/src/wp-includes/css/editor.css @@ -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 */