From 03ce370d5e8478a1b0fa69a0b918a60709edb0e8 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 19 Aug 2016 12:57:07 -0700 Subject: [PATCH] right align category counts --- app/assets/stylesheets/desktop/topic-list.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index 14f94c67756..09f6ff868ba 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -241,6 +241,7 @@ a { display: inline-block; margin-top: 5px; + padding-right: 0; background-color: transparent; color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 40%)); } @@ -286,7 +287,7 @@ } .stats { vertical-align: top; - text-align: center; + text-align: right; .value { font-size: 1.2em; }