From b090a1a7f690cd7903fbf4dbf430ad6248038604 Mon Sep 17 00:00:00 2001 From: newbazz Date: Fri, 26 Jul 2019 22:52:31 +0530 Subject: [PATCH] Add extra spaces (#6060) Fixes https://github.com/publiclab/plots2/issues/6059 --- app/views/tag/show/_header.html.erb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/tag/show/_header.html.erb b/app/views/tag/show/_header.html.erb index 9d5ada5fe2..6a24cecbd6 100644 --- a/app/views/tag/show/_header.html.erb +++ b/app/views/tag/show/_header.html.erb @@ -147,10 +147,11 @@ .bottom-right { position: absolute; bottom: 10px; - right: 16px; + right: 40px; + color: #fff; + overflow-x: hidden; text-shadow: 0.5px 0.5px #333; /* text-decoration: underline; */ - } .bottom-right a { color: #fff;