From f01e5bf90d98ab68cda7b00f2101979563a54cfa Mon Sep 17 00:00:00 2001 From: Camilla Marie Dalan Date: Fri, 29 Nov 2024 09:34:11 +0100 Subject: [PATCH] removes padding below label --- src/app-components/Label/Label.module.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app-components/Label/Label.module.css b/src/app-components/Label/Label.module.css index df5344e6e..41f706cf2 100644 --- a/src/app-components/Label/Label.module.css +++ b/src/app-components/Label/Label.module.css @@ -9,5 +9,4 @@ flex-direction: column; gap: var(--fds-spacing-1); align-items: flex-start; - padding-bottom: var(--fds-spacing-2); }