From 41d8e973e84cf60b8f556e3b9aeb78a5b8c73e55 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 30 Apr 2024 14:03:17 +0200 Subject: [PATCH] Fix matrix radio button styling --- client/src/styles/_forms.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/styles/_forms.scss b/client/src/styles/_forms.scss index 0ea4d148..6983a51e 100644 --- a/client/src/styles/_forms.scss +++ b/client/src/styles/_forms.scss @@ -125,6 +125,7 @@ $icon-size: 20px; #{$base}__label-container { display: -ms-grid; display: grid; + gap: $small-spacing; grid-template-columns: 20px 1fr; align-items: start; justify-content: center; @@ -137,7 +138,7 @@ $icon-size: 20px; } #{$base}__radiobutton { - margin-top: 1px; + margin-top: 3px; } }