Fix display of list markers in side modules

This commit is contained in:
Marc Alexander
2023-03-01 20:44:19 +01:00
parent dadf57fd55
commit b634c3cad8

View File

@@ -143,6 +143,10 @@ ul {
min-height: 1em; min-height: 1em;
} }
.portal-module-postbody .portal-module-content li {
display: list-item;
}
.portal-stylechanger-select { .portal-stylechanger-select {
width: 150px; width: 150px;
} }