Merge remote-tracking branch 'origin/develop' into develop
commit
e8c8a0a2c8
|
@ -50,15 +50,16 @@
|
||||||
margin: 0 3px;
|
margin: 0 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Autocomplete_provider_name,
|
.mx_Autocomplete_Completion_container_truncate {
|
||||||
.mx_Autocomplete_Completion_title,
|
.mx_Autocomplete_Completion_title,
|
||||||
.mx_Autocomplete_Completion_subtitle,
|
.mx_Autocomplete_Completion_subtitle,
|
||||||
.mx_Autocomplete_Completion_description {
|
.mx_Autocomplete_Completion_description {
|
||||||
/* Ellipsis for long names/subtitles/descriptions*/
|
/* Ellipsis for long names/subtitles/descriptions*/
|
||||||
max-width: 150px;
|
max-width: 150px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* container for pill-style completions */
|
/* container for pill-style completions */
|
||||||
|
|
Loading…
Reference in New Issue