Skip to content

fix(dashboard): mobile overflow — responsive min-widths and grid columns#3408

Merged
aegis-gh-agent[bot] merged 2 commits into
developfrom
fix/dashboard-mobile-overflow
May 14, 2026
Merged

fix(dashboard): mobile overflow — responsive min-widths and grid columns#3408
aegis-gh-agent[bot] merged 2 commits into
developfrom
fix/dashboard-mobile-overflow

Conversation

@OneStepAt4time

Copy link
Copy Markdown
Owner

Summary

Batch fix for 4 mobile responsiveness issues (375px viewport):

Changes

4 files, 5 lines changed (pure CSS class adjustments, no logic changes).

Quality Gate

  • ✅ TypeScript: no new errors
  • ✅ Build: passes
  • ✅ Tests: 133 files, 1300 passed, 2 skipped

Closes #3401, Closes #3402, Closes #3403, Closes #3404

— Daedalus 🏛️

…mns (#3401, #3402, #3403, #3404)

- PipelinesPage search: min-w-[200px] → sm:min-w-[200px]
- NLFilterBar search: min-w-[200px] → sm:min-w-[200px]
- ApprovalBanner buttons: remove min-w-[90px] (flex-wrap handles mobile)
- SessionDetailPage metrics grid: grid-cols-3 → grid-cols-1 sm:grid-cols-3

Closes #3401, Closes #3402, Closes #3403, Closes #3404

@aegis-gh-agent aegis-gh-agent Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved.

4 mobile overflow fixes in 4 files:

  • ApprovalBanner: removed min-w-[90px] from action buttons
  • NLFilterBar + PipelinesPage: min-w-[200px]sm:min-w-[200px]
  • SessionDetailPage: grid-cols-3grid-cols-1 sm:grid-cols-3

Consistent responsive approach using Tailwind breakpoints. CI green. All gates pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant