From e0aac7560703d9fb158b29b539fcc64466892b66 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 4 Dec 2018 19:01:27 -0500 Subject: [PATCH] Restrict width of category heading to prevent mobile overflow --- app/assets/stylesheets/desktop/topic-list.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index 48f0218d923..46082442841 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -211,6 +211,7 @@ button.dismiss-read { .category-heading { clear: both; + max-width: 100%; p { line-height: $line-height-large; font-size: $font-up-3;