client(print): fix the content having a left margin when the note is read-only

This commit is contained in:
Adorian Doran 2025-02-01 16:58:52 +02:00
parent 8b8f0c289e
commit f2cc98eeec

View File

@ -12,6 +12,10 @@
font-size: var(--print-font-size);
}
.note-detail-readonly-text {
padding: 0 !important;
}
.no-print,
.no-print *,
.tab-row-container,