Give alt names list more space

This commit is contained in:
CybAtax 2024-11-17 22:35:08 +01:00
parent 5ca3b5e9c6
commit 58a71b7908

View file

@ -65,14 +65,14 @@
</v-col> </v-col>
</v-row> </v-row>
<v-row> <v-row>
<v-col cols="12" md="6"> <v-col cols="12" md="4">
<v-text-field label="Alternative Names" v-model="ui.altName"> <v-text-field label="Alternative Names" v-model="ui.altName">
<template v-slot:append> <template v-slot:append>
<v-btn icon="mdi-plus" color="green" :disabled="!ui.altName" @click="addAltName"/> <v-btn icon="mdi-plus" color="green" :disabled="!ui.altName" @click="addAltName"/>
</template> </template>
</v-text-field> </v-text-field>
</v-col> </v-col>
<v-col cols="12" md="6"> <v-col cols="12" md="8">
<v-combobox <v-combobox
v-model="subject.altNames" v-model="subject.altNames"
:items="subject.altNames" :items="subject.altNames"