From ad2ae95454f74ab76bacf7bf74fa4ed4c39212ee 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/devupdate.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/devupdate.md b/docs/devupdate.md index 0e034cfabb..25d31290bf 100644 --- a/docs/devupdate.md +++ b/docs/devupdate.md @@ -298,6 +298,35 @@ The `.media` component has been replaced with utility classes. +### Forms + +- The `.form-group` helper class has been replaced with margins. +- The `.form-inline` helper class has been replaced with utility classes. + + + +```html +
+
+ [...] +
+
+``` + +
+ + + +```html +
+
+ [...] +
+
+``` + +
+ ## New course section page