-
Bug
-
Resolution: Fixed
-
Minor
-
4.4
-
MOODLE_404_STABLE
-
MOODLE_404_STABLE
-
MDL-81213-main -
-
1
-
HQ 2024 Sprint I1.3 Moppies
In MDL-75670 .form-inline and .form-group Bootstrap classes were removed from the codebase as preparation work for the Bootstrap 5 upgrade. Those classes will be dropped in BS5 and the migration guide suggests replacing them using the grid system.
That change in our codebase resulted in a change in some of the forms now having full width. That is happening because this block no longer matches with the previous defined ".form-inline"s, and it is not applying display: inline-block; width: auto; styles to the .form-control elements.
- has a non-specific relationship to
-
MDL-81347 Fix .form-control elements width in Atto/TinyMCE
-
- Closed
-
- has been marked as being related by
-
MDL-81238 Quiz: max grade layout; Data activity: search form alignment
-
- Closed
-
- is a regression caused by
-
MDL-75670 Refactor Bootstrap form layouts preparing them for Bootstrap 5
-
- Closed
-