fix bootstrap class

This commit is contained in:
Mathieu Jaumotte 2021-12-20 13:53:49 +01:00
parent 97792fd85f
commit 67c1760b51

View File

@ -15,12 +15,12 @@
</div>
<div id="startDate" class="action-row">
<label class="col-form-label col-sm-4">{{ $t('startDate') }}</label>
<label class="col-form-label">{{ $t('startDate') }}</label>
<input v-model="startDate" type="date" required="true" class="form-control" v-once/>
</div>
<div id="endDate" class="action-row">
<label class="col-form-label col-sm-4">{{ $t('endDate') }}</label>
<label class="col-form-label">{{ $t('endDate') }}</label>
<input v-model="endDate" type="date" class="form-control" />
</div>