From 485353add171bf422c0769c7c80cb76bf6e1ba65 Mon Sep 17 00:00:00 2001 From: wukko Date: Tue, 1 Oct 2024 22:51:42 +0600 Subject: [PATCH] web/layout: reduce ul margin in long text noto components --- web/src/routes/+layout.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index ed02b345..edc364c1 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -478,6 +478,7 @@ :global(.long-text-noto ul) { padding-inline-start: 30px; + margin-block-start: 9px; } :global(.long-text-noto li) {