From 624c6d922f8988570f0a568f7738d5fcc1afe9f1 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 24 Nov 2023 15:58:55 +0100 Subject: [PATCH] removing double bullet on editor timeline step --- resources/css/blocks/timeline.css | 3 +++ resources/css/editor-style.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/css/blocks/timeline.css b/resources/css/blocks/timeline.css index ed8b481..43f1fb8 100644 --- a/resources/css/blocks/timeline.css +++ b/resources/css/blocks/timeline.css @@ -66,6 +66,9 @@ .homegrade-blocks-timeline-step { @apply grid grid-cols-3 gap-12 py-16; + ul { + list-style: none; + } &__innercontent { @apply -mt-12; } diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index 04a2fd9..ce59d2f 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -118,7 +118,7 @@ p { .homegrade-blocks-plus-loin, .homegrade-blocks-timeline-step { ul { - list-style: none; + list-style: none !important; } }