From: Mark Otto Date: Tue, 9 Feb 2016 08:44:38 +0000 (-0800) Subject: clarifies form-group migration docs a bit per #18705 X-Git-Tag: v4.0.0-alpha.3~85^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6140be7a0998149fc790a1d62858b8541a606d47;p=thirdparty%2Fbootstrap.git clarifies form-group migration docs a bit per #18705 --- diff --git a/docs/migration.md b/docs/migration.md index 814e1d9be0..a7f2c51660 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -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. - 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. + - Requires the addition of `.row` to `.form-group`. - Added new `.form-control-label` class to vertically center labels with `.form-control`s. ### Buttons