From 015686d344b9d6872861cca3b090fcc92997cb86 Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Tue, 5 May 2020 15:52:33 -0400 Subject: [PATCH] Fix double-fix of comment container (#7690) --- app/assets/stylesheets/comments.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/comments.scss b/app/assets/stylesheets/comments.scss index b9ee2b862..a7794154b 100644 --- a/app/assets/stylesheets/comments.scss +++ b/app/assets/stylesheets/comments.scss @@ -130,9 +130,8 @@ a.header-link { text-align: left; &.comments-dedicated-page-container { width: 800px; - max-width: 98%; + max-width: 96%; min-height: calc(97vh - 200px); - max-width: 920px; } img.icon-image {