From 81b6d46c6b62c0943409c253c08b3687f2a7204e Mon Sep 17 00:00:00 2001 From: ArneBo Date: Tue, 18 Feb 2025 10:34:09 +0100 Subject: [PATCH] refactor(front): growing buttons on radio card --- front/src/components/radios/Card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/radios/Card.vue b/front/src/components/radios/Card.vue index 2775823c8..11f6a9fe7 100644 --- a/front/src/components/radios/Card.vue +++ b/front/src/components/radios/Card.vue @@ -112,7 +112,7 @@ const customRadioId = computed(() => props.customRadio?.id ?? null) :type="type" :custom-radio-id="customRadioId" :object-id="objectId" - full + grow />