fix(quick_edit): not working when content is centered (closes #8371)

This commit is contained in:
Elian Doran 2026-01-23 17:17:41 +02:00
parent 7f83226f84
commit 44142e980d
No known key found for this signature in database

View File

@ -82,6 +82,10 @@ body.mobile .modal.popup-editor-dialog .modal-dialog {
align-items: flex-start;
}
.modal.popup-editor-dialog .note-detail {
width: 100%;
}
.modal.popup-editor-dialog .note-detail.full-height {
flex-grow: 0;
height: 100%;
@ -106,4 +110,4 @@ body.mobile .modal.popup-editor-dialog .modal-dialog {
margin: 0;
border-radius: 0;
}
}
}