From 39e711783da73472217bda4574cbb20d90352595 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 19 Dec 2013 11:45:42 -0500 Subject: [PATCH] FIX: alignment of avatars and category badge on mobile --- app/assets/stylesheets/mobile/topic-list.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index bd8a687b6e3..b17f9d9472d 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -163,6 +163,10 @@ // -------------------------------------------------- #topic-list.categories { + .badge-category { + display: inline-block; + margin-top: 1px; + } .featured-users { @include portrait { margin-bottom: 10px;