Special case for unordered list in trix editor: should be overwritten

This commit is contained in:
Jean-Baptiste Bellet
2023-08-11 15:57:45 +02:00
parent ca6d12e8ed
commit c402093081

View File

@@ -32,3 +32,15 @@ trix-editor {
border-left: 1px solid #dddddd;
}
}
// Override app/webpacker/css/admin/shared/forms.scss#L81
.field trix-editor ul {
border-top: none;
list-style: disc;
padding-top: 0;
li {
padding-right: 0;
display: list-item;
}
}