0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -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 {
@include flexColumn;
gap: $s-12;
margin-block-end: $s-8;
}
.behaviour-menu {