Making WordPress.org


Ignore:
Timestamp:
05/25/2016 10:59:21 PM (8 years ago)
Author:
obenland
Message:

Plugin Directory: Let search input be full width on small screens.

See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss

    r3257 r3259  
    102102    .search-form {
    103103        display: inline-block;
     104        width: 100%;
    104105
    105106        .search-field {
     
    109110            padding: 5px 10px;
    110111            position: relative;
    111             width: 10rem;
     112            width: 100%;
    112113        }
    113114
     
    137138                border-radius: 2px 0 0 2px;
    138139                @include font-size( ms-unitless( ms(-4) ) );
     140                width: 10rem;
    139141            }
    140142
Note: See TracChangeset for help on using the changeset viewer.