MDL-66450 themes: form autocomplete truncate listitems

This commit is contained in:
Bas Brands 2019-08-21 09:44:17 +02:00
parent 6ec1078469
commit 86ea9e6392
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;