0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

fix typo grid.md (#24757)

fixes #24744
This commit is contained in:
Gijs Boddeus 2017-11-11 12:10:47 +01:00 committed by Andres Galante
parent b00ea05fbf
commit c7a2689a31

View File

@ -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 %}