diff --git a/src/Umbraco.Web.UI.Client/src/packages/block/block-grid/components/block-grid-entries/block-grid-entries.element.ts b/src/Umbraco.Web.UI.Client/src/packages/block/block-grid/components/block-grid-entries/block-grid-entries.element.ts index d93385b6b8..e4428386e5 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/block/block-grid/components/block-grid-entries/block-grid-entries.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/block/block-grid/components/block-grid-entries/block-grid-entries.element.ts @@ -78,7 +78,8 @@ export class UmbBlockGridEntriesElement extends UmbLitElement { // TODO: Missing ability to jump directly to creating a Block, when there is only one Block Type. render() { - return html` ${this._styleElement} + return html` + ${this._styleElement}
${repeat( this._layoutEntries, @@ -91,20 +92,21 @@ export class UmbBlockGridEntriesElement extends UmbLitElement { .layout=${layoutEntry}> `, )} - - - - - - -
`; + + + + + + + + `; // }