Prevent content from expanding grid items

后端 未结 3 1641
长发绾君心
长发绾君心 2020-11-21 06:32

TL;DR: Is there anything like table-layout: fixed for CSS grids?


I tried to create a year-view calendar with a big 4x3 grid for t

3条回答
  •  轮回少年
    2020-11-21 06:50

    The previous answer is pretty good, but I also wanted to mention that there is a fixed layout equivalent for grids, you just need to write minmax(0, 1fr) instead of 1fr as your track size.

提交回复
热议问题