Bug: Set auto width to email input (#1013)

Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
Pranav Raj S
2020-07-06 18:14:19 +05:30
committed by GitHub
parent f8a3f2df27
commit 6a7d810c95

View File

@@ -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;