From 954273ca3c43a10fc224f64a0e7a93c14f1de4f6 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 16 May 2018 16:01:20 -0600 Subject: [PATCH] Make .sw-editable at least a couple lines tall --- static/css/editor.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/editor.css b/static/css/editor.css index 146a49f..54522b9 100644 --- a/static/css/editor.css +++ b/static/css/editor.css @@ -14,6 +14,8 @@ input[type="text"].sw-text-input { .sw-editable { border: 2px dashed red !important; + min-height: 3em; + margin-top: 5px; } button.note-btn, .note-modal button, .mce-widget button, .mce-menubtn button, .mce-btn button, button.mce-close {