Merge pull request #6555 from GanstaZ/ticket/17203

[ticket/17203] Add CSS ol for group desc
This commit is contained in:
Marc Alexander 2023-10-31 22:10:04 +01:00
commit 37039f95d2
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -878,6 +878,6 @@ table.fixed-width-table {
font-size: 1.3em;
}
.group-description ul {
.group-description ol, .group-description ul {
list-style-position: inside;
}