aboutsummaryrefslogtreecommitdiff
path: root/docs/migration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/migration.md')
-rw-r--r--docs/migration.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md
index 4fe33b291..8e00d2278 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -61,6 +61,10 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
- Moved element resets to the `_reboot.scss` file.
- Renamed `.input-lg` and `.input-sm` to `.form-control-lg` and `.form-control-sm`, respectively.
- Dropped `.form-group-*` classes for simplicity's sake. Use `.form-control-*` classes instead now.
+- 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.
+ - Added new `.form-control-label` class to vertically center labels with `.form-control`s.
### Grid system