fix(print): left padding of text notes

This commit is contained in:
Elian Doran 2025-01-31 20:40:11 +02:00
parent 7dfba9f513
commit d201fe7a06
No known key found for this signature in database

View File

@ -1627,6 +1627,10 @@ body.electron.platform-darwin:not(.native-titlebar) .tab-row-container {
overflow: auto;
}
.note-detail-editable-text-editor {
padding: 0 !important;
}
html,
body {
height: unset !important;