fix(ui): markdown unordered list does not show correctly (#3857)
parent
c0b2aa3688
commit
6def3eecda
|
|
@ -56,7 +56,7 @@ div:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: none;
|
list-style: circle;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue