From bb166392b133dbc4c8d685f0f2692c8ff6c1ae4b Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Tue, 29 Jun 2021 04:23:19 +0200 Subject: [PATCH] Improve no reflow a little bit --- ts/editor/TagInput.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/editor/TagInput.svelte b/ts/editor/TagInput.svelte index e5f5c18bf..2ab9773a1 100644 --- a/ts/editor/TagInput.svelte +++ b/ts/editor/TagInput.svelte @@ -207,7 +207,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html border: none; margin: 0; /* adjust so deleting all tags does not cause a reflow */ - padding: 1.5px 0; + padding: 3.2px 0; } &::after {