Fix layout of nested sections
This commit is contained in:
parent
08cd5bbb91
commit
40ac6c7aec
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue