Dogfalo / materialize

Materialize, a CSS Framework based on Material Design
https://materializecss.com
MIT License
38.86k stars 4.74k forks source link

Prefixed input-filed margin-left issue #5548

Open ng-galien opened 6 years ago

ng-galien commented 6 years ago

The margin-left css property is not set to 3rem with text input but with textarea

mat 1

mat 2

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); }

acburst commented 6 years ago

What version on you are on? Can you make this a codepen?