aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-02-09 00:44:38 -0800
committerMark Otto <[email protected]>2016-02-09 00:44:38 -0800
commit6140be7a0998149fc790a1d62858b8541a606d47 (patch)
treeda6ab0bbcc4eec112d823b35c87861f1ea6d91f4 /docs
parentaf400363d2403ef4e9597bc691b8e28a0eb389cb (diff)
downloadbootstrap-6140be7a0998149fc790a1d62858b8541a606d47.tar.xz
bootstrap-6140be7a0998149fc790a1d62858b8541a606d47.zip
clarifies form-group migration docs a bit per #18705
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