mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix layout context menu width + position
This commit is contained in:
committed by
Alonso Torres
parent
0416e883ca
commit
f7574009b5
@@ -22,7 +22,7 @@
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
.layout-options {
|
||||
width: $s-92;
|
||||
width: fit-content;
|
||||
}
|
||||
.layout-option {
|
||||
white-space: nowrap;
|
||||
@@ -310,7 +310,7 @@
|
||||
.layout-options {
|
||||
@extend .dropdown-wrapper;
|
||||
@include flexColumn;
|
||||
right: 0;
|
||||
right: var(--sp-s);
|
||||
left: initial;
|
||||
|
||||
button {
|
||||
|
||||
Reference in New Issue
Block a user