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;
|
||||
}
|
||||
|
||||
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper {
|
||||
left: 0;
|
||||
right: auto;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -142,6 +142,10 @@
|
|||
left: 0;
|
||||
}
|
||||
|
||||
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper {
|
||||
right: 0;
|
||||
left: auto;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue