From e84fb9ba4dd0c63211c6f064f45f3078c6de6b46 Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 22 Dec 2017 21:22:12 -0500 Subject: [PATCH] UX: Fixing an issue where category names were too large on /categories --- app/assets/stylesheets/desktop/latest-topic-list.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/desktop/latest-topic-list.scss b/app/assets/stylesheets/desktop/latest-topic-list.scss index 6a4337309d3..e350089ca71 100644 --- a/app/assets/stylesheets/desktop/latest-topic-list.scss +++ b/app/assets/stylesheets/desktop/latest-topic-list.scss @@ -28,6 +28,12 @@ .top-row { margin-bottom: 0.1em; } + .bottom-row { + font-size: .75em; + .bage-category { + font-size: 1.167em; + } + } } .topic-stats { flex: 1;