From f7c77171b9479fed9e8e70107cef502052c85d51 Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 7 Dec 2017 14:30:56 -0500 Subject: [PATCH] UX: Eliminating a "sweet spot" at 870px viewport where the topic-body exceeds 690px wide --- app/assets/stylesheets/desktop/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 47df657da2d..0896c3bc447 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -936,7 +936,7 @@ span.highlighted { @media all -and (max-width : 870px) { +and (max-width : 775px) { .gutter { display: none;