1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Improve language around vertical grid gutters

This commit is contained in:
Mark Otto 2022-09-01 17:06:04 -07:00 committed by Mark Otto
parent 8c380b2676
commit 54b4b2c66a

View file

@ -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">