Update css rules for list

This commit is contained in:
2025-02-06 13:06:18 +01:00
parent e0e9831e38
commit 215ad879fc
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
.editor ul, .md-editor-preview ul{
list-style-type: disc !important;
}
.editor ol, .md-editor-preview ol{
list-style-type: decimal !important;
}
.editor, .md-editor-preview{
word-break: break-word
}