diff --git a/ts/editor/AddTagBadge.svelte b/ts/editor/AddTagBadge.svelte index 086a36bb0..882eeb2ef 100644 --- a/ts/editor/AddTagBadge.svelte +++ b/ts/editor/AddTagBadge.svelte @@ -46,7 +46,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html } :global(svg) { - padding: 0px 1px 2px; + padding-bottom: 2px; cursor: pointer; fill: currentColor; opacity: 0.6; diff --git a/ts/editor/SelectedTagBadge.svelte b/ts/editor/SelectedTagBadge.svelte index efa91e716..cd989cd29 100644 --- a/ts/editor/SelectedTagBadge.svelte +++ b/ts/editor/SelectedTagBadge.svelte @@ -60,6 +60,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html line-height: 1; :global(svg) { + padding-bottom: 2px; cursor: pointer; fill: currentColor; opacity: 0.6;