6 lines
125 B
CSS
6 lines
125 B
CSS
.subSelect {
|
|
max-width: 90px !important;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis !important;
|
|
} |