Width ignored on flexbox items

后端 未结 8 1587
有刺的猬
有刺的猬 2021-01-30 02:42

http://jsfiddle.net/XW9Se/

I\'ve set width: 200px; on the left

but if I view it with the browser inspector tool it appears that the
8条回答
  •  北荒
    北荒 (楼主)
    2021-01-30 03:25

    Solved this with a flex not respecting min-width when there was not enough content to fill that width.

    Added the CSS rule box-sizing: initial; on the same flex element that had the non-working min-width declaration.

提交回复
热议问题