Skip to content

Commit 6def3ee

Browse files
authored
fix(ui): markdown unordered list does not show correctly (#3857)
1 parent c0b2aa3 commit 6def3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/styles/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ div:focus {
5656
}
5757

5858
ul {
59-
list-style: none;
59+
list-style: circle;
6060
margin: 0;
6161
padding: 0;
6262
}

0 commit comments

Comments
 (0)