From 3e110ae97196575df9c9f46db0ca7b08966971cf Mon Sep 17 00:00:00 2001 From: Artemystra Date: Thu, 21 Mar 2024 14:39:05 +0100 Subject: [PATCH] - fiex a visual bug that prevented ordered lists from showing correctly in the journal --- css/eclipsephase.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/eclipsephase.css b/css/eclipsephase.css index e75ec09..cb07754 100644 --- a/css/eclipsephase.css +++ b/css/eclipsephase.css @@ -1625,6 +1625,11 @@ h3.subheaderBlank { list-style-type: decimal; } +.journal-sheet article ol { + list-style-type: decimal; + padding: 0 0 0 2.5em!important; +} + .textAreaDescription { border-radius: 0; max-height: fit-content;