From bc52ea509d1c82a95c4db5c6f90806d0d2826f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikel=20Mart=C3=ADn?= Date: Thu, 4 Jan 2024 18:16:05 +0100 Subject: [PATCH] [docs] Devdocs Bootstrap forms refactor --- docs/guides/bs5migration/index.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/guides/bs5migration/index.md b/docs/guides/bs5migration/index.md index a1a3fd26b4..71f13628ef 100644 --- a/docs/guides/bs5migration/index.md +++ b/docs/guides/bs5migration/index.md @@ -141,3 +141,32 @@ The following previously deprecated mixins will be dropped in BS5, so they can b ``` + +### Forms + +- The `.form-group` helper class has been replaced with margins. +- The `.form-inline` helper class has been replaced with utility classes. + + + +```html +
+
+ [...] +
+
+``` + +
+ + + +```html +
+
+ [...] +
+
+``` + +