stacker.news/components/sub-select.module.css

9 lines
146 B
CSS

.subSelect {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis !important;
}
.subSelectSmall {
max-width: 90px !important;
}