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) {
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user