From 610d8a5cb12591a570d3b7b3650ab590e560853b Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 29 Jun 2016 15:51:22 -0400 Subject: [PATCH] FIX: layout of topic list nav on mobile when filtered by a tag --- app/assets/stylesheets/common/base/tagging.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/tagging.scss b/app/assets/stylesheets/common/base/tagging.scss index ff4cf495b74..8882ae1bb21 100644 --- a/app/assets/stylesheets/common/base/tagging.scss +++ b/app/assets/stylesheets/common/base/tagging.scss @@ -155,7 +155,7 @@ header .discourse-tag {color: $tag-color !important; } margin-right: 8px; } -.tag-notification-menu { +.notification-options.tag-notification-menu { float: right; margin-bottom: 10px; }