From f4a9ba8c9d7db8ed6c072a1da96c805279f59055 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 29 Jan 2015 03:51:07 -0800 Subject: [PATCH] tighten up spacing on category dropdown button --- app/assets/stylesheets/desktop/topic-list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index 3ac7c9389..a451a1c56 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -25,7 +25,7 @@ &.category-dropdown-button { height: 24px; - padding: 3px 9px; + padding: 3px 9px 3px 0; i { height: 20px; } }