From 3179b492f7964fbeabfd713b3a213d2de7c39090 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 21 Aug 2016 14:19:59 +0200 Subject: [PATCH] Fix misplaced publisher prefill on tags page --- app/assets/stylesheets/publisher.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/publisher.scss b/app/assets/stylesheets/publisher.scss index 8dd88a2a8..2504f8d34 100644 --- a/app/assets/stylesheets/publisher.scss +++ b/app/assets/stylesheets/publisher.scss @@ -14,6 +14,10 @@ display: none !important; } + .mentions-box { + margin-top: 0; + } + #publisher_textarea_wrapper { border: 1px solid $border-grey !important; } } -- GitLab