In foundation.css on line 507:
input.input-text, textarea, select {
display: block;
margin-bottom: 9px;
}
Simply remove the display: block
and it will display properly.
In foundation.css on line 507:
input.input-text, textarea, select {
display: block;
margin-bottom: 9px;
}
Simply remove the display: block
and it will display properly.