From ff8a119550f283735815ed95014fc2d430d682c1 Mon Sep 17 00:00:00 2001
From: Jeff Atwood <jatwood@discourse.org>
Date: Thu, 3 Jul 2014 15:29:46 -0700
Subject: [PATCH] BUG: mobile category drop-down styles looked bad

---
 app/assets/stylesheets/mobile/topic-list.scss | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss
index b165dc84b..26248636b 100644
--- a/app/assets/stylesheets/mobile/topic-list.scss
+++ b/app/assets/stylesheets/mobile/topic-list.scss
@@ -236,12 +236,11 @@ ol.category-breadcrumb {
 
 .category-dropdown-menu {
   height: 200px;
-  padding: 8px 5px 0 7px;
   margin-top: 31px;
 
   a.badge-category {
-    line-height: 26px;
-    padding: 0 8px;
+    line-height: 26px !important;
+    margin-bottom: 0 !important;
   }
 
   div {