From 6aab2b3164984eb668cbfd5f9491a3de95dadb49 Mon Sep 17 00:00:00 2001 From: Vincent Taverna Date: Wed, 11 Feb 2026 11:17:24 -0500 Subject: [PATCH] fix: improve version distribution modal layout on mobile - Add w-fit to button group container to prevent full-width expansion - Remove max-w-1/2 constraint from toggle filters for better label visibility --- app/components/Package/VersionDistribution.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/Package/VersionDistribution.vue b/app/components/Package/VersionDistribution.vue index f151f8471..4289cab69 100644 --- a/app/components/Package/VersionDistribution.vue +++ b/app/components/Package/VersionDistribution.vue @@ -318,7 +318,7 @@ const endDate = computed(() => { >
-
+
@@ -427,7 +427,7 @@ const endDate = computed(() => {
-
+