diff --git a/src/Umbraco.Web.UI.Client/src/packages/webhook/components/input-webhook-headers.element.ts b/src/Umbraco.Web.UI.Client/src/packages/webhook/components/input-webhook-headers.element.ts index 4e9bbaedd9..82983413b2 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/webhook/components/input-webhook-headers.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/webhook/components/input-webhook-headers.element.ts @@ -70,13 +70,11 @@ export class UmbInputWebhookHeadersElement extends UmbLitElement { return html` this.#onInput(e, 'name', index)} list="nameList" /> this.#onInput(e, 'value', index)} list="valueList" /> @@ -136,10 +134,6 @@ export class UmbInputWebhookHeadersElement extends UmbLitElement { border-radius: var(--uui-border-radius); } - #add { - grid-column: -1 / 1; - } - #grid > * { border-right: 1px solid var(--uui-color-border); border-bottom: 1px solid var(--uui-color-border);