From b0c339aecac1916c89c9466e824a56af5e373ed0 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 18 Jan 2023 14:10:47 +0100 Subject: [PATCH] b-form-datepicker add props dropleft for dropdown menu --- frontend/src/components/Contributions/ContributionForm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue index 210841b05..e9f99848f 100644 --- a/frontend/src/components/Contributions/ContributionForm.vue +++ b/frontend/src/components/Contributions/ContributionForm.vue @@ -17,6 +17,7 @@ :label-no-date-selected="$t('contribution.noDateSelected')" required :disabled="this.form.id !== null" + :dropleft="true" >