From ee0ae18d3baa4599d232fbb2858dc1231beec72f Mon Sep 17 00:00:00 2001 From: JesmoDev <26099018+JesmoDev@users.noreply.github.com> Date: Fri, 3 May 2024 14:45:53 +0200 Subject: [PATCH] styling --- .../webhook/components/input-webhook-headers.element.ts | 8 ++++++++ 1 file changed, 8 insertions(+) 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 2c5f00968c..9ce954a128 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 @@ -143,6 +143,14 @@ export class UmbInputWebhookHeadersElement extends UmbLitElement { border-bottom: 1px solid var(--uui-color-border); } + #grid > *:nth-child(3) { + border-top-right-radius: var(--uui-border-radius); + } + + #grid > *:nth-child(1) { + border-top-left-radius: var(--uui-border-radius); + } + /* Remove borders from last column */ #grid > *:nth-child(3n) { border-right: none;