From 72d77130132bcd483e9c84fd1fc6e3dbb8d5c282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 1 Oct 2019 14:13:37 -0400 Subject: [PATCH] Commit compiled CSS --- web/themes/custom/geofresco/dist/css/global.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index a8c0c56..1a9a3de 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -3098,7 +3098,9 @@ a.tag:hover { /* I know this is wrong but it seems to work flawlessly across sizes. */ .more-link { - float: right; } + float: right; + position: relative; + top: -0.333rem; } .input, .textarea, .select select { background-color: white;