From dad1c2f1a3712d02e58ebb9395b19c5252457d6e Mon Sep 17 00:00:00 2001 From: Ralf Teusner Date: Wed, 27 Sep 2017 09:50:45 +0200 Subject: [PATCH] change margin top to margin bottom on request_for_comment editor (commentitor). --- app/assets/stylesheets/request-for-comments.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/request-for-comments.css.scss b/app/assets/stylesheets/request-for-comments.css.scss index 8fb7bfea..e4b56e2e 100644 --- a/app/assets/stylesheets/request-for-comments.css.scss +++ b/app/assets/stylesheets/request-for-comments.css.scss @@ -1,5 +1,5 @@ #commentitor { - margin-top: 2rem; + margin-bottom: 2rem; height: 600px; background-color:#f9f9f9 }