feat: Make stepper draggable and take up more width

This commit is contained in:
2026-01-23 17:24:03 +01:00
parent 24bb0f220f
commit c0f3adac07
2 changed files with 15 additions and 7 deletions

View File

@@ -40,7 +40,11 @@
@navigate="handleNavigate"
@add-input-form="handleAddInputForm"
@update:form-element-sections="handleFormElementSectionsUpdate"
/>
>
<UFormField :label="$t('common.name')" class="mb-4">
<UInput v-model="applicationForm.name" class="w-full" :disabled="isReadOnly" />
</UFormField>
</FormStepperWithNavigation>
</template>
</UDashboardPanel>
</template>