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:
parent
91271b9e41
commit
d2107e7f69
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue