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:
parent
a41e7e8b9b
commit
c74da427f4
|
@ -921,6 +921,9 @@
|
||||||
to 100% viewport width at responsive sizes. */
|
to 100% viewport width at responsive sizes. */
|
||||||
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
|
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
|
||||||
min-width: intrinsic;
|
min-width: intrinsic;
|
||||||
|
min-width: -webkit-fit-content;
|
||||||
|
min-width: -moz-fit-content;
|
||||||
|
min-width: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpadminbar li#wp-admin-bar-menu-toggle,
|
#wpadminbar li#wp-admin-bar-menu-toggle,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -921,6 +921,9 @@
|
||||||
to 100% viewport width at responsive sizes. */
|
to 100% viewport width at responsive sizes. */
|
||||||
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
|
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
|
||||||
min-width: intrinsic;
|
min-width: intrinsic;
|
||||||
|
min-width: -webkit-fit-content;
|
||||||
|
min-width: -moz-fit-content;
|
||||||
|
min-width: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpadminbar li#wp-admin-bar-menu-toggle,
|
#wpadminbar li#wp-admin-bar-menu-toggle,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue