Put back float: left for postbox containers, fixes #18665
git-svn-id: http://svn.automattic.com/wordpress/trunk@18672 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
05a76c78f4
commit
64e98fd257
File diff suppressed because one or more lines are too long
|
@ -2096,7 +2096,7 @@ body.admin-bar #adminmenu {
|
||||||
}
|
}
|
||||||
|
|
||||||
.postbox-container {
|
.postbox-container {
|
||||||
float: none;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#postbox-container-1 .meta-box-sortables:first-child,
|
#postbox-container-1 .meta-box-sortables:first-child,
|
||||||
|
|
Loading…
Reference in New Issue