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

Built from https://develop.svn.wordpress.org/trunk@26735


git-svn-id: http://core.svn.wordpress.org/trunk@26624 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-12-06 19:16:10 +00:00
parent a41e7e8b9b
commit c74da427f4
4 changed files with 8 additions and 2 deletions

View File

@ -921,6 +921,9 @@
to 100% viewport width at responsive sizes. */
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
min-width: intrinsic;
min-width: -webkit-fit-content;
min-width: -moz-fit-content;
min-width: fit-content;
}
#wpadminbar li#wp-admin-bar-menu-toggle,

File diff suppressed because one or more lines are too long

View File

@ -921,6 +921,9 @@
to 100% viewport width at responsive sizes. */
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
min-width: intrinsic;
min-width: -webkit-fit-content;
min-width: -moz-fit-content;
min-width: fit-content;
}
#wpadminbar li#wp-admin-bar-menu-toggle,

File diff suppressed because one or more lines are too long