mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix(ui): markdown unordered list does not show correctly (#3857)
This commit is contained in:
parent
c0b2aa3688
commit
6def3eecda
|
|
@ -56,7 +56,7 @@ div:focus {
|
|||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
list-style: circle;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue