From 1022f298ac3ee31c25ac307c506f7d94ed2f7846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 1 Oct 2019 14:13:06 -0400 Subject: [PATCH] While we're doing unholy things with the positioning of these buttons anyway --- web/themes/custom/geofresco/src/global/_elements.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/themes/custom/geofresco/src/global/_elements.scss b/web/themes/custom/geofresco/src/global/_elements.scss index 2d1f4c6..26ce5f5 100644 --- a/web/themes/custom/geofresco/src/global/_elements.scss +++ b/web/themes/custom/geofresco/src/global/_elements.scss @@ -67,4 +67,6 @@ /* I know this is wrong but it seems to work flawlessly across sizes. */ .more-link { float: right; + position: relative; + top: -0.333rem; }