We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f0b6f5 + c7b62ce commit fcc0461Copy full SHA for fcc0461
materializecssform/templates/materializecssform/field.html
@@ -174,7 +174,7 @@
174
</div>
175
176
{% elif field|is_textarea %}
177
- <div class="input-field col {{ classes.label }} {{ classes.value }} {{ classes.single_value }">
+ <div class="input-field col {{ classes.label }} {{ classes.value }} {{ classes.single_value }}">
178
{% if classes.icon %}
179
<i class="material-icons prefix">{{ classes.icon }}</i>
180
{% endif %}
0 commit comments