fix(BOOK-140): fixed issue with multi-line bullet lists

Approved-by: Bianca Widstam
Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-09-22 10:47:55 +00:00
parent 6a9d598b97
commit a5db1f0f62

View File

@@ -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,