Merge pull request #11710 from ramonlsouza/userlist-dropdown-width

Increasing userlist menu width
This commit is contained in:
Anton Georgiev 2021-03-22 10:44:02 -04:00 committed by GitHub
commit 051fe9ccee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,10 +163,10 @@
cursor: default; cursor: default;
min-width: 10vw; min-width: 10vw;
@include mq($medium-only) { @include mq($medium-only) {
min-width: 13vw; min-width: 23vw;
} }
@include mq($large-up) { @include mq($large-up) {
min-width: 8vw; min-width: 14vw;
} }
max-width: 100%; max-width: 100%;
overflow: visible; overflow: visible;