17 lines
239 B
CSS
17 lines
239 B
CSS
.subSelect {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis !important;
|
|
}
|
|
|
|
.subSelectSmall {
|
|
width: 90px !important;
|
|
}
|
|
|
|
.subSelectLarge {
|
|
width: 300px !important;
|
|
}
|
|
|
|
.subSelectMedium {
|
|
width: 200px !important;
|
|
} |