aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md
index 814e1d9be..a7f2c5166 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -90,7 +90,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
- Dropped `.help-block`. Use the `.text-muted` utility class instead.
- Horizontal forms overhauled:
- Dropped the `.form-horizontal` class requirement.
- - `.form-group` no longer mixins the `.row` class, so it's now required for grid layouts.
+ - Requires the addition of `.row` to `.form-group`.
- Added new `.form-control-label` class to vertically center labels with `.form-control`s.
### Buttons