From e1cd6cc410a8cc7804de8abff5dbfaf72b0c9e5f Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 20 Jun 2023 00:46:18 -0300 Subject: [PATCH] Minor style change --- css/html_instruct_style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/html_instruct_style.css b/css/html_instruct_style.css index 132d4dd4..575281b1 100644 --- a/css/html_instruct_style.css +++ b/css/html_instruct_style.css @@ -17,6 +17,10 @@ margin-bottom: 1.25em !important; } +.message-body ul, .message-body ol { + margin-bottom: 1.25em !important; +} + .dark .message-body p em { color: rgb(198, 202, 214) !important; }