Widgets: Avoid an overflow issue in widget controls that include `<select>` form fields.

Props alexischenal, audrasjb, dkarfa.
Fixes #49401.

git-svn-id: https://develop.svn.wordpress.org/trunk@47365 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-02-25 17:02:27 +00:00
parent 3bd4e3a075
commit 812773b8fc
1 changed files with 4 additions and 0 deletions

View File

@ -607,6 +607,10 @@ div#widgets-right .closed .widgets-sortables {
background: #fff;
}
.widget-inside select {
max-width: 100%;
}
/* Dragging widgets over the available widget area show's a "Deactivate" message */
#removing-widget {
display: none;