Fix the display of widgets in wp-admin when their descriptions wrap to two lines. props mattdanner. fixes #15180

git-svn-id: https://develop.svn.wordpress.org/trunk@21547 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2012-08-19 18:16:52 +00:00
parent 256c792376
commit 40c77861db
2 changed files with 5 additions and 1 deletions

View File

@@ -273,6 +273,9 @@ p.search-box {
margin: -3px 0 4px;
}
#widget-list .widget {
display: inline;
}
#editorcontainer #content {
overflow: auto;