mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Fix width of drop down
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user