From 51683434cacf8ae9f6a58669a97915e5ef3f5412 Mon Sep 17 00:00:00 2001
From: rhenck <richard.henck@iqb.hu-berlin.de>
Date: Mon, 16 Oct 2023 20:18:18 +0200
Subject: [PATCH] RadioGroupImages: Align option items at the bottom

#545
---
 .../components/input-elements/radio-group-images.component.ts    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/projects/common/components/input-elements/radio-group-images.component.ts b/projects/common/components/input-elements/radio-group-images.component.ts
index 7a4d8b3fd..c65535177 100644
--- a/projects/common/components/input-elements/radio-group-images.component.ts
+++ b/projects/common/components/input-elements/radio-group-images.component.ts
@@ -38,6 +38,7 @@ import { FormElementComponent } from '../../directives/form-element-component.di
     }
     mat-radio-group {
       display: grid;
+      align-items: end;
     }
 
     :host ::ng-deep mat-radio-button .mdc-form-field {
-- 
GitLab