📜  拆分弹性项目组 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:46.828000             🧑  作者: Mango

代码示例1
/* Inserting this collapsed row between two flex items will make 
 * the flex item that comes after it break to a new row */
.break {
  flex-basis: 100%;
  height: 0;
}