Open
Description
Thanks for your editor!
Not sure if an issue with Trumbo, but using it in a project which uses Tailwindcss, the lists are not styled, because TW resets them.
Adding the styles by myself such these, fixes it:
.trumbowyg-editor {
ul, ol {
display: block;
list-style: disc outside none;
margin: 1em 0;
padding: 0 0 0 30px;
}
ol {
list-style-type: decimal;
}
li {
display: list-item;
}
ul ul, ol ul {
list-style-type: circle;
margin-left: 15px;
}
ol ol, ul ol {
list-style-type: lower-latin;
margin-left: 15px;
}
}
Metadata
Metadata
Assignees
Labels
No labels