Prevent element fragmentation in multi-column layout

前端 未结 2 1727
孤街浪徒
孤街浪徒 2021-01-13 13:20

Given this code:



        
2条回答
  •  天涯浪人
    2021-01-13 14:10

    Some experimentation led me to:

    -webkit-column-break-inside: avoid;
    

    http://jsfiddle.net/7TXGS/

    However, it doesn't work in Chrome Stable/Beta. It works in Chrome Canary (and Dev):

提交回复
热议问题