mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 21:53:25 +02:00
committed by
Andres Galante
parent
b00ea05fbf
commit
c7a2689a31
@@ -478,7 +478,7 @@ If more than 12 columns are placed within a single row, each group of extra colu
|
||||
|
||||
### Column breaks
|
||||
|
||||
Breaking columns to a new line in flexbox requires a small hack: add an element with `width: 100%` wherever you want to wrap your columns to a new line. Normally this is accomplished with multiple `.row`s, but not ever implementation method can account for this.
|
||||
Breaking columns to a new line in flexbox requires a small hack: add an element with `width: 100%` wherever you want to wrap your columns to a new line. Normally this is accomplished with multiple `.row`s, but not every implementation method can account for this.
|
||||
|
||||
<div class="bd-example-row">
|
||||
{% example html %}
|
||||
|
Reference in New Issue
Block a user