mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 08:11:30 -05:00
Merge pull request #4210 from penpot/ladybenko-7003-team-dropdown
🐛 Fix team switch dropdown width
This commit is contained in:
commit
f851d552bf
1 changed files with 3 additions and 1 deletions
|
@ -131,8 +131,10 @@
|
||||||
.dropdown {
|
.dropdown {
|
||||||
right: $s-2;
|
right: $s-2;
|
||||||
top: $s-52;
|
top: $s-52;
|
||||||
min-width: $s-160;
|
|
||||||
max-height: $s-480;
|
max-height: $s-480;
|
||||||
|
&:not(.teams-dropdown) {
|
||||||
|
min-width: $s-160;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue