FIX: adds ellipsis on name of dropdown-select-box row

This commit is contained in:
Joffrey JAFFEUX 2018-04-12 11:39:45 +02:00 committed by GitHub
parent a389baeb07
commit 5fc2eadd09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -51,6 +51,7 @@
}
.texts {
min-width: 0;
line-height: $line-height-large;
-webkit-box-flex: 1;
-ms-flex: 1;
@ -76,6 +77,10 @@
font-size: $font-0;
color: $primary;
padding: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100%;
}
.desc {