From a5db1f0f622c6b885eee73f346951b0a807e51d8 Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Mon, 22 Sep 2025 10:47:55 +0000 Subject: [PATCH] fix(BOOK-140): fixed issue with multi-line bullet lists MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Approved-by: Bianca Widstam Approved-by: Matilda Landström --- .../lib/components/JsonToHtml/jsontohtml.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/design-system/lib/components/JsonToHtml/jsontohtml.module.css b/packages/design-system/lib/components/JsonToHtml/jsontohtml.module.css index bd024eb86..1836b275b 100644 --- a/packages/design-system/lib/components/JsonToHtml/jsontohtml.module.css +++ b/packages/design-system/lib/components/JsonToHtml/jsontohtml.module.css @@ -79,6 +79,8 @@ .li:has(.heart) { list-style: none; margin-left: 0; + display: flex; + gap: var(--Space-x1); } .heart > .li::before, @@ -88,7 +90,6 @@ position: relative; height: 8px; top: 3px; - margin-right: var(--Space-x1); } .check > .li::before,