From 9ed5b7cbb1c4412a7ddcbad1a52b9a710b43f985 Mon Sep 17 00:00:00 2001 From: Maximilian Grundke Date: Thu, 24 Aug 2017 11:08:09 +0200 Subject: [PATCH] Cleanup UI --- app/assets/stylesheets/request-for-comments.css.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/request-for-comments.css.scss b/app/assets/stylesheets/request-for-comments.css.scss index 08b02839..c5749ed8 100644 --- a/app/assets/stylesheets/request-for-comments.css.scss +++ b/app/assets/stylesheets/request-for-comments.css.scss @@ -72,12 +72,14 @@ p.comment { .container { width: 100%; - max-height: 300px; + max-height: 200px; overflow-y: auto; + border: 1px solid #cccccc; } } #myComment { + margin-top: 20px; margin-bottom: 10px; textarea {