From c18a073e175274e1fe663186371af59bf353ee5d Mon Sep 17 00:00:00 2001 From: Linda Date: Wed, 26 Sep 2018 16:39:37 -0400 Subject: [PATCH] some fixes --- src/views/preview/preview.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/preview/preview.scss b/src/views/preview/preview.scss index 522208abe..9532b1278 100644 --- a/src/views/preview/preview.scss +++ b/src/views/preview/preview.scss @@ -154,9 +154,13 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)"; .comments-container { min-width: 65%; + max-width: 100%; + flex: 1; + padding-right: 1.5rem; @media #{$medium-and-small} { width: 100%; + padding: 0; } .comment, .comment-top-row, .comment-bottom-row {