Avoid a scrollbar in the iframe used for plugin sandboxing. props kovshenin. see #10840.

git-svn-id: http://core.svn.wordpress.org/trunk@24631 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-07-10 04:56:28 +00:00
parent 043f19b1dc
commit e0ba6b979f

View File

@ -281,6 +281,7 @@ body {
body.iframe {
min-width: 0;
padding-top: 1px;
}
body.login {