Fix bullet list style in changelogs

This commit is contained in:
Misode
2023-12-06 14:57:25 +01:00
parent 649f14dc0d
commit 1e28b82907

View File

@@ -2194,6 +2194,7 @@ hr {
.changelog-content ul {
padding-left: 24px;
list-style: unset;
}
.changelog-content code {