Widget Customizer: Remove some specific styles for Widget Visibility from Jetpack.
This hasn't worked well and is now fixed upstream. props westonruter. see #27112. git-svn-id: https://develop.svn.wordpress.org/trunk@27824 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a2d810d024
commit
12ba5b0ff9
@ -42,15 +42,6 @@
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.customize-control-widget_form:not(.wide-widget-control) {
|
||||
/**
|
||||
* Prevent plugins (e.g. Widget Visibility in Jetpack) from forcing widget forms
|
||||
* to be wide and so overflow the customizer panel
|
||||
*/
|
||||
left: auto !important;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.customize-control-widget_form.wide-widget-control .widget-inside {
|
||||
position: fixed;
|
||||
left: 299px;
|
||||
|
Loading…
Reference in New Issue
Block a user