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

17 lines
239 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 {
2024-02-23 15:32:20 +00:00
width: 90px !important;
}
.subSelectLarge {
width: 300px !important;
}
.subSelectMedium {
width: 200px !important;
2023-11-21 23:32:22 +00:00
}