mirror of
https://github.com/penpot/penpot.git
synced 2025-05-04 13: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;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
.layout-options {
|
.layout-options {
|
||||||
width: $s-92;
|
width: fit-content;
|
||||||
}
|
}
|
||||||
.layout-option {
|
.layout-option {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -310,7 +310,7 @@
|
||||||
.layout-options {
|
.layout-options {
|
||||||
@extend .dropdown-wrapper;
|
@extend .dropdown-wrapper;
|
||||||
@include flexColumn;
|
@include flexColumn;
|
||||||
right: 0;
|
right: var(--sp-s);
|
||||||
left: initial;
|
left: initial;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
Loading…
Add table
Reference in a new issue