css grid no stretch

80

.foo {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
}

Comments

Submit
0 Comments