select2: ellipsize long names
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
9cec82d084
commit
ff9d05e3f9
|
@ -260,6 +260,9 @@ select:hover {
|
|||
}
|
||||
.select2-results .select2-result-label {
|
||||
padding: 12px !important;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.select2-choices {
|
||||
|
|
Loading…
Reference in New Issue