style/text editor: fix layout issues

This commit is contained in:
Adorian Doran 2026-02-02 18:34:22 +02:00
parent 72d6b83ec5
commit afe710321c

View File

@ -4,11 +4,14 @@
position: relative;
> .inline-title,
> .note-detail > .note-detail-editable-text,
> .note-detail > .note-detail-editable-text > .note-detail-editable-text-editor,
> .note-list-widget:not(.full-height) .note-list-wrapper {
padding-inline: 24px;
}
> .note-detail > .note-detail-editable-text > .note-detail-editable-text-editor {
overflow: unset;
}
}
.note-split.type-code:not(.mime-text-x-sqlite) {