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,