i have huge problem's with the bootstrap-vue component b-form-datepicker. The padding of the date-button's is to big. This caused a linebreak at Sunday, as you in the picture below. Has anyone an idea to fix this problem? Broken Datepicker
The code:
<div class="field">
<div class="control">
Until:
<b-form-datepicker class="mb-2" v-model="form.endDate" :min="new Date(form.startDate)" locale="de"></b-form-datepicker>
</div>
</div>
Thank u and nice evening.