Make WordPress Core

Changeset 40567


Ignore:
Timestamp:
05/02/2017 07:29:06 PM (8 years ago)
Author:
westonruter
Message:

Customize: Allow select dropdowns to stretch full width in widened controls pane.

Props timmydcrawford.
Amends [40511].
Fixes #32296.

File:
1 edited

Legend:

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

    r40511 r40567  
    618618.customize-control select {
    619619    width: 100%;
    620     max-width: 300px;
    621620    height: 28px;
    622621    line-height: 28px;
     
    745744.customize-control-dropdown-pages .new-content-item {
    746745    width: 100%;
    747     max-width: 300px;
    748746    padding: 5px 0 5px 1px;
    749747    position: relative;
Note: See TracChangeset for help on using the changeset viewer.