Merge branch 'MDL-66450-master' of git://github.com/bmbrands/moodle

This commit is contained in:
Jun Pataleta 2019-10-09 20:40:28 +08:00
commit c628e6021a
3 changed files with 14 additions and 2 deletions

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 {

View File

@ -15851,7 +15851,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;

View File

@ -16122,7 +16122,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;