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;