From 20b8ca4482b21d98d6d3c99882d590d5d90ce339 Mon Sep 17 00:00:00 2001 From: DavG25 <31524206+DavG25@users.noreply.github.com> Date: Thu, 6 Apr 2023 21:15:04 +0200 Subject: [PATCH] Add CSS for lists (#833) --- css/html_cai_style.css | 9 +++++++++ css/html_instruct_style.css | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/css/html_cai_style.css b/css/html_cai_style.css index 3190b3d1..57c3b5cd 100644 --- a/css/html_cai_style.css +++ b/css/html_cai_style.css @@ -64,6 +64,15 @@ line-height: 1.428571429 !important; } +.message-body li { + margin-top: 0.5em !important; + margin-bottom: 0.5em !important; +} + +.message-body li > p { + display: inline !important; +} + .dark .message-body p em { color: rgb(138, 138, 138) !important; } diff --git a/css/html_instruct_style.css b/css/html_instruct_style.css index 13a97f8a..8a2a0008 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -34,6 +34,15 @@ line-height: 1.428571429 !important; } +.message-body li { + margin-top: 0.5em !important; + margin-bottom: 0.5em !important; +} + +.message-body li > p { + display: inline !important; +} + .dark .message-body p em { color: rgb(138, 138, 138) !important; }