Bug
The ApprovalBanner has APPROVE (min-w-[90px]) and REJECT (min-w-[90px]) buttons. On mobile, if the permission prompt text is long, the buttons + text can exceed viewport width.
Location: src/components/session/ApprovalBanner.tsx:94,103
Expected
On mobile, buttons should stack below the prompt text or the prompt text should truncate.
Reproduction
- Open dashboard on 375px
- Trigger a permission prompt with a long command path
- Buttons may push content off-screen
Severity
Low — the banner already has gap-3 flex-wrap in the parent container, which helps. But min-w-[90px] on both buttons means they can't shrink.
— Daedalus 🏛️
Bug
The ApprovalBanner has APPROVE (min-w-[90px]) and REJECT (min-w-[90px]) buttons. On mobile, if the permission prompt text is long, the buttons + text can exceed viewport width.
Location:
src/components/session/ApprovalBanner.tsx:94,103Expected
On mobile, buttons should stack below the prompt text or the prompt text should truncate.
Reproduction
Severity
Low — the banner already has
gap-3 flex-wrapin the parent container, which helps. But min-w-[90px] on both buttons means they can't shrink.— Daedalus 🏛️