From bc74fbfff6acc71b245777fde4060637e434f077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Fri, 12 Apr 2024 15:27:30 +0200 Subject: [PATCH] style(webui): fix key alignment in UpObject --- webui/src/lib/components/display/UpObject.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/src/lib/components/display/UpObject.svelte b/webui/src/lib/components/display/UpObject.svelte index 35f5cac..870d5d7 100644 --- a/webui/src/lib/components/display/UpObject.svelte +++ b/webui/src/lib/components/display/UpObject.svelte @@ -352,6 +352,7 @@ &:not(.banner) .key { display: inline-block; + margin-left: 0.5em; } &.show-type .secondary,