From e0b107a3a0faeb4fe2aaf8883fcef1e3abee7e49 Mon Sep 17 00:00:00 2001 From: ibrokemypie Date: Thu, 20 Dec 2018 18:01:29 +1000 Subject: [PATCH] Fix overlap of birthday label on datepicker (#3697) --- .../common/views/components/profile-editor.vue | 2 +- .../app/common/views/components/ui/input.vue | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/src/client/app/common/views/components/profile-editor.vue b/src/client/app/common/views/components/profile-editor.vue index 33c53c7dc..5f462a258 100644 --- a/src/client/app/common/views/components/profile-editor.vue +++ b/src/client/app/common/views/components/profile-editor.vue @@ -24,7 +24,7 @@ - {{ $t('birthday') }} + {{ $t('birthday') }} diff --git a/src/client/app/common/views/components/ui/input.vue b/src/client/app/common/views/components/ui/input.vue index d735cc1c2..d9683e2b9 100644 --- a/src/client/app/common/views/components/ui/input.vue +++ b/src/client/app/common/views/components/ui/input.vue @@ -6,6 +6,7 @@
+