mirror of
https://github.com/penpot/penpot.git
synced 2026-08-05 04:18:41 +00:00
🐛 Fix layout context menu width + position
This commit is contained in:
parent
0416e883ca
commit
f7574009b5
@ -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…
x
Reference in New Issue
Block a user