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 192a7eb4eb..cc366c5e9b 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 @@ -148,11 +148,14 @@ export class UmbPropertyEditorUIBlockListElement extends UmbLitElement implement this.#openBlockCatalogue('createEmpty')} - >Add${this.localize.term('content_createEmpty')} - this.#openBlockCatalogue('clipboard')}> + this.#openBlockCatalogue('clipboard')}> `; @@ -166,6 +169,11 @@ export class UmbPropertyEditorUIBlockListElement extends UmbLitElement implement flex-direction: column; align-items: stretch; } + + uui-button-group { + display: grid; + grid-template-columns: 1fr auto; + } `, ]; }