diff --git a/src/components/InputControl.vue b/src/components/InputControl.vue index a0a077c..b6d75e4 100644 --- a/src/components/InputControl.vue +++ b/src/components/InputControl.vue @@ -140,12 +140,14 @@ export default { letter-spacing: 0.4px; color: #000000; position: absolute; - top: 12px; + top: 20px; left: 16px; right: 16px; bottom: 0; + width: 100%; + &:focus { - top: 12px; + top: 20px; } &:focus, &:focus-visible {