Skip to content

Commit

Permalink
Improve language around vertical grid gutters
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Sep 2, 2022
1 parent 8c380b2 commit 54b4b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.2/layout/gutters.md
Expand Up @@ -48,7 +48,7 @@ An alternative solution is to add a wrapper around the `.row` with the `.overflo

## Vertical gutters

`.gy-*` classes can be used to control the vertical gutter widths. Like the horizontal gutters, the vertical gutters can cause some overflow below the `.row` at the end of a page. If this occurs, you add a wrapper around `.row` with the `.overflow-hidden` class:
`.gy-*` classes can be used to control the vertical gutter widths within a row when columns wrap to new lines. Like the horizontal gutters, the vertical gutters can cause some overflow below the `.row` at the end of a page. If this occurs, you add a wrapper around `.row` with the `.overflow-hidden` class:

{{< example >}}
<div class="container overflow-hidden text-center">
Expand Down

0 comments on commit 54b4b2c

Please sign in to comment.