From d1f94c9064470523916009eb0ca4651199a917e2 Mon Sep 17 00:00:00 2001
From: alexischenal <alexis@whodunit.fr>
Date: Tue, 11 Feb 2020 10:29:54 +0100
Subject: [PATCH] #49401
---
src/wp-admin/css/widgets.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/wp-admin/css/widgets.css b/src/wp-admin/css/widgets.css
index 387b357d60..0011c50be5 100644
a
|
b
|
div#widgets-right .closed .widgets-sortables { |
599 | 599 | background: #fff; |
600 | 600 | } |
601 | 601 | |
| 602 | .widget-inside select { |
| 603 | max-width: 100%; |
| 604 | } |
| 605 | |
602 | 606 | /* Dragging widgets over the available widget area show's a "Deactivate" message */ |
603 | 607 | #removing-widget { |
604 | 608 | display: none; |