diff options
| author | Mark Otto <[email protected]> | 2015-04-23 01:10:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-23 01:10:14 -0700 |
| commit | 490294e68be74a5eeb2eb87a392851946fbd65ee (patch) | |
| tree | 765c03d6e4c7d9e8257e8e9929a3b4f7af4715ca /docs/migration.md | |
| parent | dc3abb5f127b21f677ec663a5c8ccbea45b7168a (diff) | |
| download | bootstrap-490294e68be74a5eeb2eb87a392851946fbd65ee.tar.xz bootstrap-490294e68be74a5eeb2eb87a392851946fbd65ee.zip | |
Fix up some form docs styles, sizing, etc
Diffstat (limited to 'docs/migration.md')
| -rw-r--r-- | docs/migration.md | 4 |
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 |
