From 5d7992884ab6799b94f71cb8ce4c58064bc67927 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 3 Jul 2014 16:10:15 -0700 Subject: [PATCH] BUG: mobile category drop-down had extra space --- app/assets/stylesheets/mobile/topic-list.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index 26248636b5c..9925f753a6a 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -148,9 +148,6 @@ // -------------------------------------------------- .list-controls { - .badge-category { - margin-top: 6px; - } .category-dropdown-button { padding: 4px 10px 4px 8px; }