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

6 lines
125 B
CSS

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