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 @@
+
.title
+ position absolute
+ z-index 1
+ top fill ? -24px : -17px
+ left 0 !important
+ pointer-events none
+ font-size 16px
+ line-height 32px
+ color var(--inputLabel)
+ pointer-events none
+ //will-change transform
+ transform-origin top left
+ transform scale(.75)
+
> input
display block
width 100%