feat(KB-638): complete Step 1 & 2 — Fix subtask modal height with flex constraints

This commit is contained in:
gsxdsm
2026-03-31 18:55:32 -07:00
parent cf354ef481
commit 2463c1f399

View File

@@ -7514,6 +7514,8 @@ html .column.drag-over * {
display: flex;
flex-direction: column;
gap: 24px;
flex: 1;
min-height: 0;
}
.planning-summary-form .form-group {