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

v3.2
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
1 changed files with 1 additions and 1 deletions

View File

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