How do I use “flex-flow: column wrap”?

后端 未结 3 1662
忘了有多久
忘了有多久 2021-02-01 12:44

Short version

When using flex-flow: column wrap and display: inline-flex, it doesn\'t shrinkwrap like inline-block:

3条回答
  •  情深已故
    2021-02-01 13:32

    It might be late but I think 'column-wrap' is not fully supported by Firefox. As you said, you'll need this in Chrome, in that case you can see what Chris Coyier did: add webkit prefix --> http://css-tricks.com/snippets/css/a-guide-to-flexbox/

    Hope is not late :/

提交回复
热议问题