mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 13:37:40 +03:00
Merge pull request #45 from somoso/long-label-fix
Stop label from being long for joined subreddits
This commit is contained in:
commit
065d82a5f5
3 changed files with 9 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue