feat(FN-1775): merge fusion/fn-1775

This commit is contained in:
gsxdsm
2026-04-14 21:15:56 -07:00
parent 74eabf76b9
commit 2fbb22ee10

View File

@@ -14562,10 +14562,16 @@ html .column.drag-over * {
}
/* === New Task Modal === */
.new-task-modal {
min-height: min(520px, 80vh);
}
.new-task-modal .modal-body {
padding: 20px 24px;
overflow-y: auto;
max-height: calc(80vh - 120px);
flex: 1;
min-height: 0;
}
.new-task-modal .form-group {