diff options
| author | Mark Otto <[email protected]> | 2020-11-18 15:19:24 -0800 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-11-19 07:47:06 +0200 |
| commit | 7fec0ec3d7f663327ad9a6d84e2a1faa885333ef (patch) | |
| tree | 72a59217080ccb156c3d12bdd9f007bc48acd0cb | |
| parent | ecbc7189b68e64dd32cbe9e080d83213b5717b6f (diff) | |
| download | bootstrap-7fec0ec3d7f663327ad9a6d84e2a1faa885333ef.tar.xz bootstrap-7fec0ec3d7f663327ad9a6d84e2a1faa885333ef.zip | |
Update migration guide about w-100
| -rw-r--r-- | site/content/docs/5.0/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index d288ffd54..7c06eec5d 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -34,7 +34,7 @@ toc: true ### Buttons -- [Dropped `.btn-block` in favor of CSS grid utility classes.]({{< docsref "/components/buttons#block-buttons" >}}) Instead of applying `.btn-block` to individual buttons, a group of buttons now get wrapped in a parent `.d-grid` class and can use `.gap-*` utilities for spacing. +- [Dropped `.btn-block` in favor of CSS grid utility classes.]({{< docsref "/components/buttons#block-buttons" >}}) Instead of applying `.btn-block` to individual buttons, a group of buttons now get wrapped in a parent `.d-grid` class and can use `.gap-*` utilities for spacing. For individual "block buttons", add `.w-100`. ### Forms |
