We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deab1f5 commit 6c7d41bCopy full SHA for 6c7d41b
src/wp-includes/css/admin-bar.css
@@ -1014,6 +1014,7 @@ html:lang(he-il) .rtl #wpadminbar * {
1014
/* Override default min-width so dropdown lists aren't stretched
1015
to 100% viewport width at responsive sizes. */
1016
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
1017
+ min-width: -moz-fit-content;
1018
min-width: fit-content;
1019
}
1020
0 commit comments