]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Added information about the help-block class
authorJonathan <vanillajonathan@users.noreply.github.com>
Wed, 9 Dec 2015 15:56:53 +0000 (16:56 +0100)
committerChris Rebert <code@chrisrebert.com>
Wed, 9 Dec 2015 22:17:02 +0000 (14:17 -0800)
Fixes #18505
Closes #18509

docs/migration.md

index f14ef6d3d941b4b362ba3a816bf9d9c4abaa722a..82f8138735da94a0a7aad9ae6300f96c32f0b56c 100644 (file)
@@ -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.