5

A tiny CSS grid gotcha that cost me an hour

grid-template-rows defaults to auto, and that one word can silently break your alignment. Now I always set it explicitly.

1 reply

to join the conversation.

I hit the same one with flexbox gaps. Costs a whole morning.

0