From 6a7d810c953e0d228c2a834b15e73e70692b1c5e Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Mon, 6 Jul 2020 18:14:19 +0530 Subject: [PATCH] Bug: Set auto width to email input (#1013) Co-authored-by: Nithin David Thomas --- app/javascript/widget/components/template/EmailInput.vue | 1 + 1 file changed, 1 insertion(+) 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;