From 4a9f2f99ae54e47551ec162cb52d179b1b135220 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Mon, 17 Feb 2025 11:17:19 +0100 Subject: [PATCH] refactor(ui): remove bottom margin from headlines in alerts --- front/src/components/ui/alert.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/ui/alert.scss b/front/src/components/ui/alert.scss index 9e7d83b3f..f96a0a009 100644 --- a/front/src/components/ui/alert.scss +++ b/front/src/components/ui/alert.scss @@ -7,7 +7,7 @@ h2, h3, h4 { margin-top: 0; - margin-bottom: 1.2em; + margin-bottom: 0; } > .actions {