feat(FN-2705): reduce planning question scroll top padding

- Update PlanningModeModal styles to decrease top padding in the question scroll area
- Improve modal content density so question content starts closer to the top
This commit is contained in:
Fusion
2026-04-27 09:42:27 -07:00
committed by gsxdsm
parent 07c635e1b7
commit 9015041283

View File

@@ -287,6 +287,7 @@
.planning-question-scroll {
gap: 20px;
padding-top: var(--space-md);
}
.planning-question-panel {