css things inside grid not shrinking when i change size 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);
}