fix(BOOK-140): fixed issue with multi-line bullet lists
Approved-by: Bianca Widstam Approved-by: Matilda Landström
This commit is contained in:
@@ -79,6 +79,8 @@
|
|||||||
.li:has(.heart) {
|
.li:has(.heart) {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
display: flex;
|
||||||
|
gap: var(--Space-x1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.heart > .li::before,
|
.heart > .li::before,
|
||||||
@@ -88,7 +90,6 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
margin-right: var(--Space-x1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.check > .li::before,
|
.check > .li::before,
|
||||||
|
|||||||
Reference in New Issue
Block a user