fix: datepicker confirm button overflow
continuous-integration/drone/push Build is passing Details

Resolves #2165
This commit is contained in:
kolaente 2022-07-18 15:13:51 +02:00
parent dca05f852c
commit 9fd2f4ea5c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
/> />
<x-button <x-button
class="datepicker__close-button is-fullwidth" class="datepicker__close-button"
:shadow="false" :shadow="false"
@click="close" @click="close"
v-cy="'closeDatepicker'" v-cy="'closeDatepicker'"