fix(BOOK-427): Added div around the contents of the li element to avoid the li flex-styles

Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
Erik Tiekstra
2025-10-10 10:37:26 +00:00
parent 99e1dfcf72
commit ddbc4a063d
2 changed files with 2 additions and 2 deletions
@@ -102,7 +102,7 @@
content: url('/_static/icons/heart.svg');
}
.li > p {
.li > * {
display: inline;
margin: 0;
}