stacker.news/components/sub-select.module.css
2023-12-06 13:40:14 -06:00

6 lines
125 B
CSS

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