It doesn\'t work properly when I add auto-fit or auto-fill instead of a number.
grid-template-columns: repeat(auto-fit, minmax(max-content, max-content));
Do repeat(auto-fit, minmax(min-content, 0))
repeat(auto-fit, minmax(min-content, 0))
* { margin: 0; padding: 0; box-sizing: border-box; } ul { display: grid; width:50px; grid-template-columns: repeat(auto-fit, minmax(min-content, 0)); grid-gap: 10px; } li { list-style: none; }
lorem ipsum dolor sit amet word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word