0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

clarifies form-group migration docs a bit per #18705

This commit is contained in:
Mark Otto 2016-02-09 00:44:38 -08:00
parent af400363d2
commit 6140be7a09

View File

@ -90,7 +90,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
- Dropped `.help-block`. Use the `.text-muted` utility class instead. - Dropped `.help-block`. Use the `.text-muted` utility class instead.
- Horizontal forms overhauled: - Horizontal forms overhauled:
- Dropped the `.form-horizontal` class requirement. - Dropped the `.form-horizontal` class requirement.
- `.form-group` no longer mixins the `.row` class, so it's now required for grid layouts. - Requires the addition of `.row` to `.form-group`.
- Added new `.form-control-label` class to vertically center labels with `.form-control`s. - Added new `.form-control-label` class to vertically center labels with `.form-control`s.
### Buttons ### Buttons