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:
parent
8c380b2676
commit
54b4b2c66a
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue