From 8ad58d641ca19868cd679646acfd8bf59c3687c1 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 30 Apr 2019 13:49:04 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20vertical=20position=20of=20=E2=80=98Manag?= =?UTF-8?q?e=E2=80=99=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This doesn’t line up now that the heading sizes have changed. --- app/assets/stylesheets/components/message.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/components/message.scss b/app/assets/stylesheets/components/message.scss index c4b777b56..c8da629d7 100644 --- a/app/assets/stylesheets/components/message.scss +++ b/app/assets/stylesheets/components/message.scss @@ -238,7 +238,7 @@ text-align: right; padding: $gutter-two-thirds 0 0 0; position: relative; - top: -1px; + top: -6px; } }