mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 21:09:00 -05:00
🐛 Fix margin of uncollapsed layout item sections in design tab
This commit is contained in:
parent
b33d114402
commit
918ecc7b37
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue