mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
select2: ellipsize long names
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
9cec82d084
commit
ff9d05e3f9
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue