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;
}