🐛 Fix layout context menu width + position

This commit is contained in:
Belén Albeza
2025-02-26 16:53:25 +01:00
committed by Alonso Torres
parent 0416e883ca
commit f7574009b5

View File

@@ -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 {