FIX: adds ellipsis on name of dropdown-select-box row
This commit is contained in:
parent
a389baeb07
commit
5fc2eadd09
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue