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 {