mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-11 23:17:48 +00:00
Order and Unordered list should have a margin-left set
Has been reset to 0 via `typography.scss`
This commit is contained in:
@@ -2,6 +2,13 @@ trix-toolbar [data-trix-button-group="file-tools"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
trix-editor {
|
||||
ol,
|
||||
ul {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
}
|
||||
|
||||
trix-toolbar .trix-button {
|
||||
background-color: transparent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user