Area: Account & identity (audit phase 1) · Surface: /account/credits (AccountController@credits) · Dimension: law-5-mobile · Severity: minor
The credit transaction history table (which includes a free-text "What" column that can be long) has no bounded-scroll wrapper, so on small screens it overflows the card and pushes the page wider than the viewport.
Evidence
platform/templates/account/credits.php L73: <table class="table"> with columns When / Amount / What / Balance — NOT wrapped in .table-responsive. Base .table is width:100% with no overflow fallback (public/css/style.css:2753). Same omission pattern as sessions.php; the .table-responsive wrapper (style.css:8407, overflow-x:auto) is the established fix used in account/drafts.php:51.
Suggested fix. Wrap the table in <div class="table-responsive"> on platform/templates/account/credits.php:73.
Filed by the automated tenant-app audit (phase 1) and adversarially evidence-verified. Status: verified. Open — not yet actioned.
Patrick Bass
@mobieus