mirror of
https://github.com/penpot/penpot.git
synced 2025-05-03 08:35:54 +02:00
🐛 Fix layout context menu width + position
This commit is contained in:
parent
0416e883ca
commit
f7574009b5
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue