From 3dfe631502f16f863df0a4a2aab3ed22c9dcc394 Mon Sep 17 00:00:00 2001 From: vas3k Date: Fri, 10 Jan 2020 20:28:01 +0100 Subject: [PATCH] Move tooltip closer to text --- static/css/components.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/components.css b/static/css/components.css index fb7ce1b..38204e1 100644 --- a/static/css/components.css +++ b/static/css/components.css @@ -266,7 +266,7 @@ .article-tooltip { display: none; position: absolute; - bottom: 30px; + bottom: 25px; left: 0; padding: 20px; box-sizing: border-box;