Fix margins on content in the editor

This commit is contained in:
Braad
2015-05-14 00:47:36 -07:00
parent 9d30ddbed5
commit 7ffeb0c85f
+4 -1
View File
@@ -151,8 +151,11 @@ body {
line-height: 1.625;
}
/* Used in the editor */
body.mce-content-body {
width: 100%; /* Used in the editor */
width: auto;
margin: 10px;
float: none;
}
body.bubble {