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
commit 065d82a5f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;