Block list: ensure block items stay top-aligned when sorting (#20842)

ensure block items stay top-aligned when sorting
This commit is contained in:
Niels Lyngsø
2025-11-15 08:32:18 +01:00
committed by GitHub
parent 43230dfac8
commit b868a349de

View File

@@ -441,6 +441,7 @@ export class UmbPropertyEditorUIBlockListElement
css`
:host {
display: grid;
align-content: start;
gap: 1px;
}
> div {