padding on card in TransactionForm.vue

This commit is contained in:
ogerly 2023-01-02 15:08:49 +01:00
parent 2deb1e2fde
commit 0804e6b4b1

View File

@ -1,7 +1,7 @@
<template> <template>
<b-row class="transaction-form"> <b-row class="transaction-form">
<b-col cols="12"> <b-col cols="12">
<b-card class="appBoxShadow gradido-border-radius" body-class="p-2"> <b-card class="appBoxShadow gradido-border-radius" body-class="p-3">
<validation-observer v-slot="{ handleSubmit }" ref="formValidator"> <validation-observer v-slot="{ handleSubmit }" ref="formValidator">
<b-form role="form" @submit.prevent="handleSubmit(onSubmit)" @reset="onReset"> <b-form role="form" @submit.prevent="handleSubmit(onSubmit)" @reset="onReset">
<b-form-radio-group v-model="radioSelected" class="container"> <b-form-radio-group v-model="radioSelected" class="container">