fix(views): wrap My Files table for mobile horizontal scroll #3
Reference in New Issue
Block a user
Delete Branch "chore/mobile-files-table-overflow"
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?
Summary
<table>in<div class="table-wrap">withoverflow-x: auto; moves the outer border from the table to the wrapper so desktop is visually unchanged.min-width: 100%on the table so it still fills wide viewports.class="table-wrap"is rendered.Test plan
npm run buildpasses (tsc --noEmit, no errors).npm testpasses (107/107 green).Resolves the bugs.md item dated 2026-05-03.
Dispatched by the bug-fixer role with autonomous self-review (verdict: MERGE).