diff --git a/style.css b/style.css index 6ef9e75..1e77da3 100644 --- a/style.css +++ b/style.css @@ -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 {