Mobile: ticketing index and settings overflow on 375px viewport #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps
Expected
UI adapts to 375px — no text overflow
Actual
16 text elements overflow on ticketing index (complex layout with shared inbox, group switcher)
2 elements overflow on settings (tab navigation and header)
Likely cause
Ticketing Index uses a two-panel layout (ticket list + detail panel) that doesn't stack on mobile.
Settings tabs ("Groups Agents Priorities Projects Email") need to scroll or stack.
QA — mobile suite
Fixed: added
overflow-x-autoto the Settings page tab bar (flex gap-1 border-b...) and to the Index page filter row. Frontend rebuilt.