From e166b2204d9a9dc9f0f89bbd5dc80cec79094005 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 13 Sep 2017 11:31:24 +1000 Subject: [PATCH] Revert "use inline-block so enter inserts br tags" This reverts commit fa498626a0b650b32625b8f91f2fd965ff2e6b8a. works for empty fields, but picks up existing separator on existing content --- web/editor.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/editor.css b/web/editor.css index daabd6beb..d0fd651a2 100644 --- a/web/editor.css +++ b/web/editor.css @@ -3,9 +3,6 @@ background: #fff; color: #000; padding: 5px; - width: 100%; - display: inline-block; - box-sizing: border-box; } /* prevent floated images from being displayed outside field */