Make the menu location screen full-width at responsive sizes. Fixes #25975, props johnbillion.
Built from https://develop.svn.wordpress.org/trunk@26173 git-svn-id: http://core.svn.wordpress.org/trunk@26082 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
959adbf9f4
commit
a41f3f9bb3
|
@ -10842,6 +10842,12 @@ li#wp-admin-bar-toggle-button {
|
|||
max-width: 400px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* menu locations */
|
||||
#menu-locations-wrap .widefat {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
@media only screen and (min-width: 1250px) {
|
||||
#widgets-left #available-widgets .widget {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -10842,6 +10842,12 @@ li#wp-admin-bar-toggle-button {
|
|||
max-width: 400px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* menu locations */
|
||||
#menu-locations-wrap .widefat {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
@media only screen and (min-width: 1250px) {
|
||||
#widgets-left #available-widgets .widget {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue