-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.2, 3.10, 3.11, 4.0
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE
-
MOODLE_310_STABLE, MOODLE_39_STABLE
-
MDL-70067-master_theme_classic -
Moodle 3.9 uses Bootstrap 4 and the file `theme/classic/templates/contentonly.mustache` is using the class `col-xs-12` which was removed in Bootstrap 4.
This causes a visual bug on pages where that template is used, the one that I noticed it on was the manage files plugin for the atto editor.
I've attached a screenshot of the problem.
The file still uses .col-xs-12 in the master branch, so presumably this will affect 3.9 -> 4/master