From f945bd3eda0869844afe97f43a811e9cacb549f0 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 24 Nov 2023 14:51:44 +0100 Subject: [PATCH] fixing double list style for plus-loin in editor --- 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 85addbd..dad9b6c 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -113,7 +113,8 @@ p { @apply !bg-white; } } -.homegrade-blocks-tips-to-know__tip { +.homegrade-blocks-tips-to-know__tip, +.homegrade-blocks-plus-loin { ul { list-style: none; }