Explorar el Código

fix(desktop): markdown lists

Adam hace 1 mes
padre
commit
11ab8de59f
Se han modificado 1 ficheros con 9 adiciones y 1 borrados
  1. 9 1
      packages/ui/src/components/markdown.css

+ 9 - 1
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 {