mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Fix postbox containers when there are no visible postboxes in them, fixes #18882
git-svn-id: https://develop.svn.wordpress.org/trunk@18924 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2069,6 +2069,10 @@ body.admin-bar #adminmenu {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.postbox-container .meta-box-sortables {
|
||||
min-height: 350px;
|
||||
}
|
||||
|
||||
.postbox-container .meta-box-sortables.empty-container,
|
||||
#side-sortables.empty-container {
|
||||
border: 3px dashed #CCCCCC;
|
||||
|
||||
Reference in New Issue
Block a user