From c1354b5ddf8be8fdbc24a1fb3e3a80bc08484074 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 | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/devupdate.md b/docs/devupdate.md index e05b3612e9..d77755be42 100644 --- a/docs/devupdate.md +++ b/docs/devupdate.md @@ -97,6 +97,33 @@ could be replaced with: ::: +- The `.form-group` helper class has been replaced with margins. +- The `.form-inline` helper class has been replaced with utility classes. + +:::info Form refactor example + +The following code: + +```html +
+
+ [...] +
+
+``` + +could be replaced with: + +```html +
+
+ [...] +
+
+``` + +::: + ## Previous versions - [Moodle 4.3 developer update](./4.3/devupdate)