Make WordPress Core

Ticket #43090: 43090.diff

File 43090.diff, 745 bytes (added by abdullahramzan, 5 years ago)

Patch attached.

  • wp-includes/css/editor.css

    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, 
    730730        cursor: default;
    731731}
    732732
    733 .mce-menubtn.mce-fixed-width span {
    734         overflow-x: hidden;
     733.mce-menubtn.mce-fixed-width button {
    735734        text-overflow: ellipsis;
    736         width: 82px;
     735        width: 110px;
    737736}
    738737
    739738/* Charmap modal */