[ticket/17203] Add CSS ol for group desc

PHPBB3-17203
This commit is contained in:
GanstaZ 2023-10-23 21:36:31 +03:00
parent 7e6c5df710
commit 959f60a591

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;
}