Merge branch 'MDL-66450-36' of git://github.com/bmbrands/moodle into MOODLE_36_STABLE

This commit is contained in:
Jun Pataleta
2019-10-09 20:39:15 +08:00
2 changed files with 9 additions and 1 deletions
+4
View File
@@ -287,6 +287,10 @@ fieldset.coursesearchbox label {
.form-autocomplete-multiple [role=listitem] {
cursor: pointer;
white-space: inherit;
word-break: break-word;
line-height: 1.4;
text-align: left;
}
.form-autocomplete-suggestions {
+5 -1
View File
@@ -15259,7 +15259,11 @@ fieldset.coursesearchbox label {
min-height: 2.375rem; }
.form-autocomplete-multiple [role=listitem] {
cursor: pointer; }
cursor: pointer;
white-space: inherit;
word-break: break-word;
line-height: 1.4;
text-align: left; }
.form-autocomplete-suggestions {
position: absolute;