1
0
Fork 0
mirror of synced 2024-07-29 10:05:55 +12:00

Fix layout of nested sections

This commit is contained in:
Andrew Kingston 2023-12-13 13:11:38 +00:00
parent 08cd5bbb91
commit 40ac6c7aec

View file

@ -167,4 +167,7 @@
margin: 0 calc(-1 * var(--spacing-xl)) calc(-1 * var(--spacing-xl))
calc(-1 * var(--spacing-xl));
}
.nested-section :global(.property-panel) {
padding-top: 0;
}
</style>