0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 00:40:30 -05:00

🐛 Fix team switch dropdown width

This commit is contained in:
Belén Albeza 2024-02-29 18:07:12 +01:00
parent e5cd2983d0
commit 99cbd84148

View file

@ -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;
}
} }
} }