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

6 lines
126 B
CSS

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