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