diff options
| author | Mark Otto <[email protected]> | 2016-05-11 10:16:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-05-11 10:16:00 -0700 |
| commit | 618ac44f52482ffcf1af6bc50f274ec6024c92dd (patch) | |
| tree | 62483773f2021cb791cb50ca61622cd722c2e9fa | |
| parent | 35c11b69df526bcb5aa2a5504de7517f1e6affb8 (diff) | |
| download | bootstrap-618ac44f52482ffcf1af6bc50f274ec6024c92dd.tar.xz bootstrap-618ac44f52482ffcf1af6bc50f274ec6024c92dd.zip | |
update migration notes
| -rw-r--r-- | docs/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md index 649173183..ec431fc94 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -87,7 +87,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with - Renamed `.control-label` to `.form-control-label`. - 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. -- Dropped `.help-block`; superseded by the `.text-muted` utility class to reduce duplicate code. +- Dropped `.help-block` and replaced it with `.form-text` for block-level help text. For inline help text and other flexible options, use utility classes like `.text-muted`. - Horizontal forms overhauled: - Dropped the `.form-horizontal` class requirement. - `.form-group` no longer applies styles from the `.row` via mixin, so `.row` is now required for horizontal grid layouts (e.g., `<div class="form-group row">`). |
