From b868a349de845ff138ffee35ea15583c335905c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Sat, 15 Nov 2025 08:32:18 +0100 Subject: [PATCH] Block list: ensure block items stay top-aligned when sorting (#20842) ensure block items stay top-aligned when sorting --- .../block-list-editor/property-editor-ui-block-list.element.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/src/packages/block/block-list/property-editors/block-list-editor/property-editor-ui-block-list.element.ts b/src/Umbraco.Web.UI.Client/src/packages/block/block-list/property-editors/block-list-editor/property-editor-ui-block-list.element.ts index 8b48ca9d82..ca74c65beb 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/block/block-list/property-editors/block-list-editor/property-editor-ui-block-list.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/block/block-list/property-editors/block-list-editor/property-editor-ui-block-list.element.ts @@ -441,6 +441,7 @@ export class UmbPropertyEditorUIBlockListElement css` :host { display: grid; + align-content: start; gap: 1px; } > div {