Make WordPress Core

Changeset 26735


Ignore:
Timestamp:
12/06/2013 07:15:31 PM (10 years ago)
Author:
iammattthomas
Message:

Add new fit-content rules to accompany intrinsic width on adminbar dropdown wrappers. Fixes #26430, props Jayjdk.

File:
1 edited

Legend:

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

    r26716 r26735  
    922922    #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
    923923        min-width: intrinsic;
     924        min-width: -webkit-fit-content;
     925        min-width: -moz-fit-content;
     926        min-width: fit-content;
    924927    }
    925928
Note: See TracChangeset for help on using the changeset viewer.