From 85501d1ee728141c59ceb1de4d204d70257a8d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 29 Sep 2021 22:46:16 +0200 Subject: [PATCH] theme: fix spacing for tag flyout in Firefox #92 --- static/css/tags.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/tags.css b/static/css/tags.css index 8e222a9657..f829e8a1a0 100644 --- a/static/css/tags.css +++ b/static/css/tags.css @@ -28,7 +28,7 @@ content: ""; position: absolute; top:0; - left: -1em; + left: -.99em; width: 0; height: 0; border-color: transparent #8451a1 transparent transparent;