From 7ffeb0c85fcc62f23f81866765335ac8d72b49dc Mon Sep 17 00:00:00 2001 From: Braad Date: Thu, 14 May 2015 00:47:36 -0700 Subject: [PATCH] Fix margins on content in the editor --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {