From 6499ef7dd420fdbceecedad46a28ac2843ede4d2 Mon Sep 17 00:00:00 2001 From: DoccyB Date: Sun, 29 Apr 2018 22:21:36 +0100 Subject: [PATCH] Fixing layout glitch in thread display Fixed "Please sign in to vote" overlap --- app/assets/stylesheets/shared_elements.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/shared_elements.scss b/app/assets/stylesheets/shared_elements.scss index 35c6fa3f9..945f9a171 100644 --- a/app/assets/stylesheets/shared_elements.scss +++ b/app/assets/stylesheets/shared_elements.scss @@ -624,7 +624,7 @@ table.listing { .access-denied { position: relative; text-align: center; - top: 90px; + top: 40px; font-size: 12px; color: $lightgrey; a { color: $lightgrey; }