From 2bc421220945ed6a99888b16b619e66c2d0097b1 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Fri, 20 Sep 2013 15:45:47 +0800 Subject: [PATCH 1/1] MDL-41912 atto: Add a little padding to the editor content area --- lib/editor/atto/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/editor/atto/styles.css b/lib/editor/atto/styles.css index e794e853fe6..cf9a80fd11a 100644 --- a/lib/editor/atto/styles.css +++ b/lib/editor/atto/styles.css @@ -1,6 +1,7 @@ div.editor_atto { background-color: white; border: 1px solid #BBB; + padding: 4px; } .editor_atto + textarea { -- 2.43.0