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