diff --git a/app/javascript/widget/components/template/EmailInput.vue b/app/javascript/widget/components/template/EmailInput.vue index a257e361f..3afcebb64 100644 --- a/app/javascript/widget/components/template/EmailInput.vue +++ b/app/javascript/widget/components/template/EmailInput.vue @@ -94,6 +94,7 @@ export default { border-bottom-right-radius: 0; border-top-right-radius: 0; padding: $space-one; + width: auto; &.error { border-color: $color-error;