0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-12 10:09:03 -05:00

Fix width of drop down

This commit is contained in:
Florian Schroedl 2024-05-17 08:02:06 +02:00
parent 91271b9e41
commit d2107e7f69

View file

@ -35,6 +35,11 @@
.custom-select-dropdown {
@extend .dropdown-wrapper;
max-height: $s-320;
width: auto;
margin-top: $s-4;
right: 0;
left: auto;
.separator {
margin: 0;
height: $s-12;