Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.9.2, 3.10, 3.11, 4.0
-
Component/s: Themes
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE
-
Fixed Branches:MOODLE_310_STABLE, MOODLE_39_STABLE
-
Pull from Repository:
-
Pull 3.9 Branch:
MDL-70067-39_theme_classic -
Pull 3.10 Branch:
MDL-70067-310_theme_classic -
Pull Master Branch:
MDL-70067-master_theme_classic
Description
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