select2: ellipsize long names

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2016-11-17 17:20:02 +01:00
parent 9cec82d084
commit ff9d05e3f9
1 changed files with 3 additions and 0 deletions

View File

@ -260,6 +260,9 @@ select:hover {
}
.select2-results .select2-result-label {
padding: 12px !important;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.select2-choices {