Files
dostalgia/frontend
David Alvarez d751779984
Build & Deploy / build-and-deploy (push) Successful in 51s
fix: constrain 1fr grid column with min-width:0 and word-break
The info-section grid column (1fr) was expanding to fit wide content
like long game titles in Press Start 2P font (each character ~24px).
Added min-width:0 on grid children to prevent overflow, and
word-break:break-word on text elements as a safety net.
2026-05-26 21:16:15 +02:00
..