Skip to content

Commit

Permalink
fix typo grid.md (#24757)
Browse files Browse the repository at this point in the history
fixes #24744
  • Loading branch information
gijsbotje authored and andresgalante committed Nov 11, 2017
1 parent b00ea05 commit c7a2689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.0/layout/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit c7a2689

Please sign in to comment.