mirror of https://github.com/penpot/penpot.git
Fix width of drop down
This commit is contained in:
parent
91271b9e41
commit
d2107e7f69
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue