Put back float: left for postbox containers, fixes #18665
git-svn-id: https://develop.svn.wordpress.org/trunk@18672 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
46ace1acb8
commit
8cdb767ee5
File diff suppressed because one or more lines are too long
@ -2096,7 +2096,7 @@ body.admin-bar #adminmenu {
|
||||
}
|
||||
|
||||
.postbox-container {
|
||||
float: none;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#postbox-container-1 .meta-box-sortables:first-child,
|
||||
|
Loading…
Reference in New Issue
Block a user