summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/ui/src/components/markdown.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/ui/src/components/markdown.css b/packages/ui/src/components/markdown.css
index dd0fd21a3..1cbcf6f97 100644
--- a/packages/ui/src/components/markdown.css
+++ b/packages/ui/src/components/markdown.css
@@ -64,8 +64,16 @@
list-style-position: inside;
}
+ ul {
+ list-style-type: disc;
+ }
+
+ ol {
+ list-style-type: decimal;
+ }
+
li {
- margin-bottom: 1.5rem;
+ margin-bottom: 0.5rem;
}
li::marker {