From 9dd7e803e19f64f8fc23848cc9437e3a19ef6095 Mon Sep 17 00:00:00 2001
From: "DESKTOP-J9OGS7A\\Abdullah" <abdullahmzm@gmail.com>
Date: Wed, 17 Jan 2018 09:58:54 +0500
Subject: [PATCH] Fix for #43090
---
wp-includes/css/editor.css | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/wp-includes/css/editor.css b/wp-includes/css/editor.css
index 0e042cf67f..735e454cd6 100644
a
|
b
|
div.mce-menu .mce-menu-item-sep, |
730 | 730 | cursor: default; |
731 | 731 | } |
732 | 732 | |
733 | | .mce-menubtn.mce-fixed-width span { |
734 | | overflow-x: hidden; |
| 733 | .mce-menubtn.mce-fixed-width button { |
735 | 734 | text-overflow: ellipsis; |
736 | | width: 82px; |
| 735 | width: 110px; |
737 | 736 | } |
738 | 737 | |
739 | 738 | /* Charmap modal */ |