diff options
| author | Jonathan <[email protected]> | 2015-12-09 16:56:53 +0100 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-09 14:17:02 -0800 |
| commit | 87169c3401d620aa26ca1e5d464b6706e3eb5e2f (patch) | |
| tree | a2db26b1c903a155ec54a93c17c62baf51bc21a0 /docs | |
| parent | 2f257445c3d297077ce6dc06ff1b8559d36b6495 (diff) | |
| download | bootstrap-87169c3401d620aa26ca1e5d464b6706e3eb5e2f.tar.xz bootstrap-87169c3401d620aa26ca1e5d464b6706e3eb5e2f.zip | |
Added information about the help-block class
Fixes #18505
Closes #18509
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/migration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md index f14ef6d3d..82f813873 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -76,6 +76,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`. Use the `.text-muted` utility class instead. - 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. |
