mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-66450 themes: form autocomplete truncate listitems
This commit is contained in:
parent
6ec1078469
commit
86ea9e6392
@ -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 {
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user