aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2020-11-18 15:19:24 -0800
committerXhmikosR <[email protected]>2020-11-19 07:47:06 +0200
commit7fec0ec3d7f663327ad9a6d84e2a1faa885333ef (patch)
tree72a59217080ccb156c3d12bdd9f007bc48acd0cb
parentecbc7189b68e64dd32cbe9e080d83213b5717b6f (diff)
downloadbootstrap-7fec0ec3d7f663327ad9a6d84e2a1faa885333ef.tar.xz
bootstrap-7fec0ec3d7f663327ad9a6d84e2a1faa885333ef.zip
Update migration guide about w-100
-rw-r--r--site/content/docs/5.0/migration.md2
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