Making WordPress.org


Ignore:
Timestamp:
08/30/2023 09:53:12 PM (3 years ago)
Author:
coffee2code
Message:

Plugin Directory: Prevent excessively long search input text from flowing over search button.

Props baroliyamayur, coffee2code.
Fixes #6812.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/_search-form.scss

    r12643 r12872  
    1515                margin: 0 auto;
    1616                max-width: 100%;
    17                 padding: 0.5rem;
     17                padding: 0.5rem 2.4rem 0.5rem 0.5rem;
    1818                vertical-align: initial;
    1919                width: ms( 28 );
     
    5656                        display: block;
    5757                        height: 45px;
    58                         padding: 0.5rem 1rem;
     58                        padding: 0.5rem;
    5959                        position: absolute;
    6060                        right: 0;
Note: See TracChangeset for help on using the changeset viewer.