From 0b1d35eb2ae6831db1a9235027c87610a5197f22 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 27 Jun 2023 10:32:00 -0400 Subject: [PATCH] Change radio label to inline-flex to prevent 100% width. --- src/ux-components/radio/radio.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ux-components/radio/radio.vue b/src/ux-components/radio/radio.vue index af92391e..238d99f5 100644 --- a/src/ux-components/radio/radio.vue +++ b/src/ux-components/radio/radio.vue @@ -1,7 +1,7 @@