prevent grid to grow with column height code example Example: css grid no stretch .foo { display: grid; grid-template-columns: auto minmax(0,1fr); }