Make WordPress Core

Changeset 27254


Ignore:
Timestamp:
02/25/2014 05:24:56 AM (11 years ago)
Author:
helen
Message:

Fix the tags input in small viewports and make it a more reasonable size. props SergeyBiryukov. fixes #27082.

File:
1 edited

Legend:

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

    r27229 r27254  
    12881288    .tagsdiv .newtag {
    12891289        width: 100%;
    1290         padding: 25px 10px;
     1290        height: auto;
    12911291        margin-bottom: 15px;
    12921292    }
Note: See TracChangeset for help on using the changeset viewer.