[ticket/17203] Fix stylesheet formatting

PHPBB3-17203
This commit is contained in:
Marc Alexander 2023-11-01 07:55:59 +01:00
parent 4955de8104
commit 00d349cfbb
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -949,6 +949,7 @@ table.fixed-width-table {
/* Memberlist
---------------------------------------- */
.group-description ol, .group-description ul {
.group-description ol,
.group-description ul {
list-style-position: inside;
}