Make WordPress Core

Changeset 21042


Ignore:
Timestamp:
06/10/2012 02:36:47 PM (13 years ago)
Author:
azaozz
Message:

When using the max-width: 100% fix for <select> tags that exceed the width of parent elements, add it only on affected tags. IE8 doesn't like it everywhere, props SergeyBiryukov, fixes #19613

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin.dev.css

    r21025 r21042  
    732732    padding: 2px;
    733733    height: 2em;
    734     max-width: 100%;
    735734}
    736735
     
    56535652}
    56545653
     5654#poststuff .inside #parent_id,
     5655.inline-edit-row #post_parent {
     5656    max-width: 100%;
     5657}
     5658
    56555659#post-visibility-select,
    56565660#post-formats-select {
Note: See TracChangeset for help on using the changeset viewer.