Restore min-width for toolbar menus. This allows the menus to expand to the width of the element above them.
props nvwd. fixes #26389. git-svn-id: https://develop.svn.wordpress.org/trunk@26612 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3dcc14f58c
commit
2d5ebb65fc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user