mirror of
https://github.com/penpot/penpot.git
synced 2025-02-14 19:19:09 -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 {
|
.custom-select-dropdown {
|
||||||
@extend .dropdown-wrapper;
|
@extend .dropdown-wrapper;
|
||||||
max-height: $s-320;
|
max-height: $s-320;
|
||||||
|
width: auto;
|
||||||
|
margin-top: $s-4;
|
||||||
|
right: 0;
|
||||||
|
left: auto;
|
||||||
|
|
||||||
.separator {
|
.separator {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: $s-12;
|
height: $s-12;
|
||||||
|
|
Loading…
Add table
Reference in a new issue