Open ng-galien opened 6 years ago
Corrected when the margin-left is set to important at line 221, /components/forms/_input-fields.scss
.input-field .prefix ~ .autocomplete-content { margin-left: 3rem!important; width: 92%; width: calc(100% - 3rem); }
What version on you are on? Can you make this a codepen?
The margin-left css property is not set to 3rem with text input but with textarea
Corrected when the margin-left is set to important at line 221, /components/forms/_input-fields.scss
.input-field .prefix ~ .autocomplete-content { margin-left: 3rem!important; width: 92%; width: calc(100% - 3rem); }