-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_25_STABLE
-
MDL-39806_master -
The search box on the nav bar when viewing the list of courses in a category needs to be inline as currently the box overflows outside of the bar.
As reported on https://moodle.org/mod/forum/discuss.php?d=229111, the fix is to add:
fieldset.coursesearchbox label {
|
display: inline;
|
}
|
to the 'moodle/forms.less' file.
- Discovered while testing
-
MDL-39931 .invisiblefieldset missing from bootstrapbase
- Closed