From b634c3cad89d4eeee227e7a95ae75d30c3493acd Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Wed, 1 Mar 2023 20:44:19 +0100 Subject: [PATCH] Fix display of list markers in side modules --- styles/prosilver/theme/portal.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/prosilver/theme/portal.css b/styles/prosilver/theme/portal.css index e71e8722..f4210cb3 100644 --- a/styles/prosilver/theme/portal.css +++ b/styles/prosilver/theme/portal.css @@ -143,6 +143,10 @@ ul { min-height: 1em; } +.portal-module-postbody .portal-module-content li { + display: list-item; +} + .portal-stylechanger-select { width: 150px; }