fix: stack planning modal summary actions on mobile

The nested action row kept "Create Single Task" and "Break into Tasks"
side-by-side on small screens, pushing the primary button offscreen.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsxdsm
2026-05-02 11:03:36 -07:00
parent 4eacff7a9e
commit bf7caf5a57
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix planning modal final step rendering "Break into Tasks" button offscreen on mobile by stacking the summary action buttons vertically.

View File

@@ -1206,6 +1206,12 @@
margin-left: 0;
}
.planning-summary-actions-right {
flex-direction: column;
align-items: stretch;
width: 100%;
}
.planning-example-chips {
flex-direction: column;
align-items: stretch;