mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-15 12:02:53 +01:00
Restore min-width for toolbar menus. This allows the menus to expand to the width of the element above them.
props nvwd. fixes #26389. Built from https://develop.svn.wordpress.org/trunk@26612 git-svn-id: http://core.svn.wordpress.org/trunk@26502 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7e5b2a013a
commit
10f58cded3
@ -142,6 +142,10 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
|
||||||
|
min-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper {
|
#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper {
|
||||||
left: 0;
|
left: 0;
|
||||||
right: auto;
|
right: auto;
|
||||||
|
2
wp-includes/css/admin-bar-rtl.min.css
vendored
2
wp-includes/css/admin-bar-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -142,6 +142,10 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
|
||||||
|
min-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper {
|
#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper {
|
||||||
right: 0;
|
right: 0;
|
||||||
left: auto;
|
left: auto;
|
||||||
|
2
wp-includes/css/admin-bar.min.css
vendored
2
wp-includes/css/admin-bar.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user