fix(ui): stack record-header actions and scroll wide tables on mobile
RecordHeader's action-button cluster crowded/overlapped the client name on narrow phones, and DataTable (Tickets, etc.) ran wider than the viewport, clipping columns with no way to reach them. Add a <=640px media query: .wf-rec wraps so .wf-rec-actions drops to its own full-width row below the avatar/name/meta; desktop layout is untouched outside the query. Wrap DataTable's <table> in a new .wf-table-wrap div that scrolls horizontally on overflow at that breakpoint (nowrap cells so the table can exceed 100% instead of being squeezed illegibly), keeping the page body itself from scrolling sideways. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>main
parent
025b334b09
commit
0050f73a70
Loading…
Reference in New Issue