Merge pull request #10988 from jibees/10980-white-label-trix-bullets-and-numbers-are-displayed-outside-the-text-field

[White Label] Custom tab content editor: order and unordered list should have a margin-left set
This commit is contained in:
Konrad
2023-06-15 16:13:19 +02:00
committed by GitHub

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;