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

6 lines
125 B
CSS
Raw Normal View History

2023-11-21 23:32:22 +00:00
.subSelect {
max-width: 90px !important;
2023-11-21 23:32:22 +00:00
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis !important;
}