From 47e4713de6950f01e67af707d57b51fba5222ee1 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 24 Nov 2023 15:55:47 +0100 Subject: [PATCH] removing double buller on editor timeline step --- resources/css/editor-style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index e18d041..04a2fd9 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -115,7 +115,8 @@ p { } .homegrade-blocks-box-monoblock, .homegrade-blocks-tips-to-know__tip, -.homegrade-blocks-plus-loin { +.homegrade-blocks-plus-loin, +.homegrade-blocks-timeline-step { ul { list-style: none; }