-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.5
-
Fix Version/s: 2.5.2
-
Component/s: Feedback, HTML and CSS
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_25_STABLE
-
Fixed Branches:MOODLE_25_STABLE
-
Epic Link:
-
Pull from Repository:
-
Pull Master Branch:
MDL-40746_master -
Pull Master Diff URL:
The forms in in the Feedback activity display oddly due to clashes between Bootstrap's CSS for form items and the current HTML/CSS.
A short-term fix would (probably) be to set the label tags in this area to display: inline-block, rather than the Bootstrap default of display: block as this has been a common issue in other areas.
Longer term the harmonisation of the 20+ different form layouts methods used in Moodle so that they call a single renderer is the real solution.