aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-05-08 15:10:27 -0700
committerMark Otto <[email protected]>2016-05-08 15:10:27 -0700
commitfea7feb9e42b84d8bc01399e203b6a521caadec2 (patch)
tree401be618fd8665a809403a994568b32a6fa461ee /docs
parent4d8d8bdab4b0e2931fcf92ce30d772b05a989434 (diff)
downloadbootstrap-fea7feb9e42b84d8bc01399e203b6a521caadec2.tar.xz
bootstrap-fea7feb9e42b84d8bc01399e203b6a521caadec2.zip
Fixes #18705: Clarify removal of .help-text and update changes to .form-group for horizontal layouts
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/migration.md b/docs/migration.md
index 88987d81d..649173183 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -87,10 +87,10 @@ 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`. Use the `.text-muted` utility class instead.
+- Dropped `.help-block`; superseded by the `.text-muted` utility class to reduce duplicate code.
- 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.
+ - `.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">`).
- Added new `.form-control-label` class to vertically center labels with `.form-control`s.
### Buttons