From 978d64c4666b0c0a77a0596970da76a28a89651a Mon Sep 17 00:00:00 2001 From: ArneBo Date: Tue, 18 Feb 2025 10:31:15 +0100 Subject: [PATCH] refactor(style): input labels alignment --- front/src/style/components/_form.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/style/components/_form.scss b/front/src/style/components/_form.scss index bd0d2734e..a86b7b863 100644 --- a/front/src/style/components/_form.scss +++ b/front/src/style/components/_form.scss @@ -28,7 +28,7 @@ form.ui.form { label { font-size: 14px; font-weight: 600; - margin-bottom: 8px; + align-self: baseline; } }