1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2023-02-14 21:33:44 +01:00
2 changed files with 7 additions and 1 deletions

View File

@@ -942,3 +942,9 @@ table.fixed-width-table {
/* stylelint-enable selector-max-compound-selectors */
/* stylelint-enable selector-no-qualifying-type */
/* Memberlist
---------------------------------------- */
.group-description ul {
list-style-position: inside;
}