Merge pull request #45 from somoso/long-label-fix

Stop label from being long for joined subreddits
This commit is contained in:
Spike
2021-01-12 08:46:35 -08:00
committed by GitHub
3 changed files with 9 additions and 2 deletions

View File

@ -222,6 +222,13 @@ aside {
/* Sorting and Search */
.search_label {
max-width: 100px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
select {
background: var(--outside);
transition: 0.2s all;