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 {