mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
Special case for unordered list in trix editor: should be overwritten
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user