mkhairi / materialize-sass

Materializecss rubygem for Rails Asset Pipeline / Sprockets
http://materialize.labs.my/
MIT License
806 stars 243 forks source link

helper-text styling is off #173

Closed jtFrancisco closed 6 years ago

jtFrancisco commented 6 years ago
<div class="input-field col s12">
    <input id="email" type="email" class="validate">
    <label for="email">Email</label>
    <span class="helper-text" data-error="wrong" data-success="right">Helper text</span>
</div>

is giving this result:

screen shot 2018-03-28 at 10 36 18 pm

It may be a problem.

mkhairi commented 6 years ago

Hi, i can't reproduce this issue. I seem ok on this example http://materialize.labs.my/forms

jtFrancisco commented 6 years ago

I had the old one installed gem 'materialize-sass'