Skip to content

Commit ca4153d

Browse files
authored
Merge pull request #24 from stackabletech/fix/list-fix
fix rendering of list items with paragraphs
2 parents 3b093e7 + 0e1fb91 commit ca4153d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

static/css/root.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,12 @@
5656
font-size: 1em;
5757
text-align: left;
5858
line-height: 1.5;
59+
}
60+
61+
/* fix for markdown list */
62+
63+
ul li p {
64+
list-style: none;
65+
margin: 0;
66+
display: inline;
5967
}

0 commit comments

Comments
 (0)