i noticed that using
grid-template-rows: subgrid
simplifies vertical alignment across different cards significantly. it removes the need for
hacky margins or nested flex containers to keep headers in line. the layout logic becomes much cleaner when you let the parent define the track sizing.
>it basically makes masonry-lite layouts possible with minimal effort.you still have to be careful with overflow properties on the child elementsmanaging complex alignment thru
nested grids is becoming a much more viable strategy for dense dashboards