fix(agenda-beheer): form grid overflowed on mobile
.ash-grid was a fixed 2-column grid (1fr 1fr) without a media query; two non-
shrinkable date/text inputs together ~374px > phone width. Now mobile-first
single column + inputs/labels shrinkable (min-width:0), two columns only from
520px. Measured 374→360px. (admin-audio/admin-stats already had a mobile media
query.)
Co-Authored-By: Claude <noreply@…>
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.