Changeset 6ca413b

Timestamp:
03/06/26 00:07:09 (3 hours ago)
Author:
Vasilaki Tocili <vasilakigorgi@…>
Branches:
nextjs
Children:
c051329
Parents:
fa61cfd
Message:

fix: date field extending out of screen on Safari

  • Added min-w-0 max-w-full box-border to all form inputs
  • On iOS Safari, <input type="date"> native chrome can expand beyond its container
  • min-w-0 lets it shrink within flex/grid contexts and max-w-full` caps it
(No files)

Note: See TracChangeset for help on using the changeset viewer.