stacker.news/components/sub-select.module.css
2024-01-08 19:02:00 -06:00

9 lines
146 B
CSS

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