Browse Source

Add CSS for lists (#833)

DavG25 2 năm trước cách đây
mục cha
commit
20b8ca4482
2 tập tin đã thay đổi với 18 bổ sung0 xóa
  1. 9 0
      css/html_cai_style.css
  2. 9 0
      css/html_instruct_style.css

+ 9 - 0
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;
 }

+ 9 - 0
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;
 }