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

6 lines
122 B
CSS
Raw Normal View History

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