From 18c8927e86fe52f6a0ad1db68221b921cdfc4ff8 Mon Sep 17 00:00:00 2001 From: Ralf Teusner Date: Thu, 1 Sep 2016 18:47:32 +0200 Subject: [PATCH] set height of ace editor to 600px. --- app/assets/stylesheets/editor.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/editor.css.scss b/app/assets/stylesheets/editor.css.scss index 80eee2dd..ad3da965 100644 --- a/app/assets/stylesheets/editor.css.scss +++ b/app/assets/stylesheets/editor.css.scss @@ -9,7 +9,7 @@ button i.fa-spin { .frame { display: none; - height: 100%; + height: 600px; audio, img, video { max-width: 100%;