From 0ac44c051f9817512cf72e2de714d4b7d2975842 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Wed, 27 Aug 2025 14:31:49 +0200 Subject: [PATCH] STYLE Fixing margin on footniotes --- resources/css/components/footnotes-index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/components/footnotes-index.css b/resources/css/components/footnotes-index.css index 8feee0d..3c95482 100644 --- a/resources/css/components/footnotes-index.css +++ b/resources/css/components/footnotes-index.css @@ -3,7 +3,7 @@ @apply mb-4; li { - @apply mb-4; + @apply !mb-4; &:before { content: counter(footnote-index); counter-increment: footnote-index;