🐛 Fix hidden advanced frame grid options menu (#7681)

This commit is contained in:
Luis de Dios 2025-11-04 11:57:52 +01:00 committed by GitHub
parent 88493f6805
commit 37aa59b164
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,7 @@
.element-set-content {
@include deprecated.flexColumn;
grid-column: span 8;
margin: deprecated.$s-4 0 deprecated.$s-8 0;
}