From 3c0a9d4d195f9cf438a13e2431b6db1a15dfbc27 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Thu, 7 Sep 2017 19:55:56 +0200 Subject: [PATCH] FIX: topic-notifications taking too much space in timeline --- app/assets/stylesheets/common/topic-timeline.scss | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/app/assets/stylesheets/common/topic-timeline.scss b/app/assets/stylesheets/common/topic-timeline.scss index e98732bd547..36605f5f4b9 100644 --- a/app/assets/stylesheets/common/topic-timeline.scss +++ b/app/assets/stylesheets/common/topic-timeline.scss @@ -121,12 +121,6 @@ bottom: 10px; left: 10px; - .dropdown-menu { - position: absolute; - left: 0; - bottom: 30px; - } - button, .btn-group { float: none; display: inline-block; @@ -204,11 +198,8 @@ margin-right: 0; } - ul.dropdown-menu { - right: 0.5em; - top: auto; - bottom: 25px; - left: auto; + .topic-notifications { + min-width: auto; } }