Area: Admin plane (audit p12) · Surface: /admin/learn/paths/{id}/edit · Dimension: mobile · Severity: minor
The 'add item to path' form is a rigid 5-column grid. On a phone the two fixed-px columns plus the submit button squeeze the 1fr selects to near-unusable width, and the row overflows horizontally. No responsive collapse to a single column.
Evidence
platform/templates/learn/admin/paths/edit.php:167 — `<form ... style="display:grid; grid-template-columns: 130px 100px 1fr 1fr auto; gap: 0.5rem; align-items: end;">`. Fixed 130px + 100px + auto plus two 1fr columns with no @media fallback to stack on narrow viewports.
Suggested fix. Wrap the grid in a media query that switches grid-template-columns to 1fr below ~640px, matching the responsive form patterns used elsewhere.
Filed by the automated tenant-app audit and adversarially evidence-verified. Status: verified. Open — not yet actioned.
Patrick Bass
@mobieus