From 4fb47dd749b3146ee915d1a907d5702b7c027d24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Wed, 24 Aug 2016 21:50:52 +0200 Subject: [PATCH] FIX: tag text was too big in /categories page --- app/assets/stylesheets/desktop/category-list.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/desktop/category-list.scss b/app/assets/stylesheets/desktop/category-list.scss index 334fbf2b400..b089f41ce65 100644 --- a/app/assets/stylesheets/desktop/category-list.scss +++ b/app/assets/stylesheets/desktop/category-list.scss @@ -136,6 +136,10 @@ color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 40%)); } + .discourse-tag { + font-size: 0.75em; + } + .topic-list { .posts { width: 100%;