Widgets: ensure the "drop zone" matches the height of the Inactive Widgets container, fixes #21250

git-svn-id: https://develop.svn.wordpress.org/trunk@21270 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2012-07-13 01:47:16 +00:00
parent 47002c1652
commit 062325379f
3 changed files with 8 additions and 3 deletions

View File

@@ -7756,7 +7756,7 @@ div.widget-liquid-right {
.inactive-sidebar .widget {
margin: 0 10px 20px;
float: left;
display: inline-block;
}
div.sidebar-name h3 {
@@ -7918,6 +7918,7 @@ a.widget-action {
.widget-title h4 {
margin: 0;
padding-bottom: 0.2em;
line-height: 1;
overflow: hidden;
white-space: nowrap;