Bug: Set auto width to email input (#1013)
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
parent
f8a3f2df27
commit
6a7d810c95
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user