Update css rules for list
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user