0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-04 13:29:14 -05:00

🐛 Fix margin of uncollapsed layout item sections in design tab

This commit is contained in:
Belén Albeza 2024-02-20 15:19:47 +01:00
parent b33d114402
commit 918ecc7b37

View file

@ -21,6 +21,7 @@
.flex-element-menu { .flex-element-menu {
@include flexColumn; @include flexColumn;
gap: $s-12; gap: $s-12;
margin-block-end: $s-8;
} }
.behaviour-menu { .behaviour-menu {