Make WordPress Core

Changeset 27824


Ignore:
Timestamp:
03/28/2014 08:43:29 PM (11 years ago)
Author:
ocean90
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/customize-widgets.css

    r27814 r27824  
    4141.customize-control-widget_form .widget {
    4242    margin-bottom: 0;
    43 }
    44 
    45 .customize-control-widget_form:not(.wide-widget-control) {
    46     /**
    47      * Prevent plugins (e.g. Widget Visibility in Jetpack) from forcing widget forms
    48      * to be wide and so overflow the customizer panel
    49      */
    50     left: auto !important;
    51     max-width: 100%;
    5243}
    5344
Note: See TracChangeset for help on using the changeset viewer.