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

9 lines
146 B
CSS
Raw Normal View History

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