fix(ui): markdown unordered list does not show correctly (#3857)

This commit is contained in:
justin0u0 2025-08-15 16:03:23 +08:00 committed by GitHub
parent c0b2aa3688
commit 6def3eecda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ div:focus {
}
ul {
list-style: none;
list-style: circle;
margin: 0;
padding: 0;
}