fix(#15): Fix several UI bugs

This commit is contained in:
2025-11-20 17:46:41 +01:00
parent 176c3630b9
commit 1bf34f350c
7 changed files with 70 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
<template>
<UFormField :label="label">
<UInput v-model="modelValue" />
<UInput v-model="modelValue" class="w-full" />
</UFormField>
</template>