0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 00:01:51 -05:00

Merge pull request #4210 from penpot/ladybenko-7003-team-dropdown

🐛 Fix team switch dropdown width
This commit is contained in:
Eva Marco 2024-03-01 08:44:30 +01:00 committed by GitHub
commit f851d552bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -131,8 +131,10 @@
.dropdown {
right: $s-2;
top: $s-52;
min-width: $s-160;
max-height: $s-480;
&:not(.teams-dropdown) {
min-width: $s-160;
}
}
}