Order and Unordered list should have a margin-left set

Has been reset to 0 via `typography.scss`
This commit is contained in:
Jean-Baptiste Bellet
2023-06-12 16:58:00 +02:00
parent b53aba3844
commit 16256ee114

View File

@@ -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;