fix: add 'grow' class to mobile tabs for improved layout in Setup.vue

This commit is contained in:
zurdi
2025-12-18 13:24:54 +00:00
parent 45f14ec2d4
commit d99e39e76e

View File

@@ -539,7 +539,7 @@ onMounted(() => {
<!-- Mobile: Tabs for each section -->
<v-col v-else cols="12">
<v-tabs v-model="mobileTab" centered class="mb-3">
<v-tabs v-model="mobileTab" centered grow class="mb-3">
<v-tab
v-if="hasExistingPlatforms"
:value="0"