stacker.news/components/sub-select.module.css
2023-12-04 21:34:06 -06:00

6 lines
122 B
CSS

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