From 3cd832f28816749439d45a5e74d564a7329c3ee6 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Mon, 23 Dec 2024 16:32:02 +0100 Subject: [PATCH] fix(style): Flexible alert styles --- front/src/components/ui/alert.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/front/src/components/ui/alert.scss b/front/src/components/ui/alert.scss index 266d63fe0..9fe7f6eb3 100644 --- a/front/src/components/ui/alert.scss +++ b/front/src/components/ui/alert.scss @@ -33,10 +33,15 @@ // } // } - padding: 0.625rem 2rem; + padding: 2rem 2rem; line-height: 1.2; display: flex; - align-items: center; + flex-direction: column; + + h4 { + margin-top: 0; + margin-bottom: 1.2em; + } > .actions { margin-left: auto;