elements in grid overflowing the layout width code example
Example: css grid no stretch
.foo {
display: grid;
grid-template-columns: auto minmax(0,1fr);
}
.foo {
display: grid;
grid-template-columns: auto minmax(0,1fr);
}