From 490294e68be74a5eeb2eb87a392851946fbd65ee Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 23 Apr 2015 01:10:14 -0700 Subject: Fix up some form docs styles, sizing, etc --- docs/migration.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/migration.md') 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 -- cgit v1.2.3