Make WordPress Core

Changeset 46207


Ignore:
Timestamp:
09/20/2019 08:07:53 PM (5 years ago)
Author:
adamsilverstein
Message:

Media: make search input full width on mobile. Take two.

Props m1tk00.
Fixes #40130.

File:
1 edited

Legend:

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

    r45930 r46207  
    40434043        border-bottom: 1px solid #ccc;
    40444044    }
     4045
     4046    .wp-filter .search-form input[type="search"] {
     4047        width: 100%;
     4048    }
    40454049}
    40464050
Note: See TracChangeset for help on using the changeset viewer.