From 6140be7a0998149fc790a1d62858b8541a606d47 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 9 Feb 2016 00:44:38 -0800 Subject: [PATCH] clarifies form-group migration docs a bit per #18705 --- docs/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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