From e313c1c787e853c0cc3136e9fb92e6e36d6cc7c3 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 18 Nov 2020 14:04:38 -0300 Subject: [PATCH] recuperar la altura del editor --- app/assets/stylesheets/editor.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/editor.scss b/app/assets/stylesheets/editor.scss index 4b89cf1..03eeebd 100644 --- a/app/assets/stylesheets/editor.scss +++ b/app/assets/stylesheets/editor.scss @@ -55,7 +55,9 @@ div[data-align="center"] { text-align: center; } div[data-align="right"] { text-align: right; } - min-height: 480px; + .editor-content { + min-height: 480px; + } *[data-editor-loading] { opacity: 0.5;