Answers for "split group of flex item"

CSS
0

split group of flex item

/* 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;
}
Posted by: Guest on March-10-2021

Browse Popular Code Answers by Language