docs/components/forms.html.erb in zurb-foundation-4.2.2 vs docs/components/forms.html.erb in zurb-foundation-4.2.3
- old
+ new
@@ -342,10 +342,10 @@
<%= code_example '
<form>
<div class="row collapse">
<span class="your-prefix-class">Label</span>
- <input type="text" class="your-label-class" placeholder="Value">
+ <input type="text" class="your-input-class" placeholder="Value">
</div>
</form>', :html %>
<p>Since you need to wrap columns in a container anyway, we've used a <code>.row.collapse</code> rather than creating our own class to hold those mixins. Feel free to attach those styles to your own class or ID though.</p>