mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-13 00:54:34 +00:00
Specify min width on pages that use TinyMCE. Props azaozz. fixes #5975
git-svn-id: https://develop.svn.wordpress.org/trunk@6996 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1328,3 +1328,7 @@ p#post-search {
|
||||
.commentlist .avatar {
|
||||
vertical-align:text-top;
|
||||
}
|
||||
|
||||
body.minwidth {
|
||||
min-width: 940px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user