Merge pull request #11710 from ramonlsouza/userlist-dropdown-width
Increasing userlist menu width
This commit is contained in:
commit
051fe9ccee
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user