From 8c64fa0b280bf9a656ec7ea20c13e78028347514 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 1 Jul 2014 01:55:07 -0700 Subject: [PATCH] FIX: broken notification icon alignment on mobile --- app/assets/stylesheets/mobile/topic-post.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 561c3580635..c8ec48e9dff 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -386,6 +386,11 @@ iframe { .dropdown-menu li { margin: 5px 0; + .fa { + float: left; + margin-right: 5px; + padding-top: 1px; + } } .btn-group {