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