Skip to content

Commit

Permalink
Expand only vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianzsh authored Jul 2, 2016
1 parent dca7f12 commit 4d29234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% if site.ajaxify_contact_form %}
<form class="form-stacked">
<input type="text" name="email" class="field-light" placeholder="{{ site.text.contact.email }}">
<textarea type="text" name="content" class="field-light" rows="5" placeholder="{{ site.text.contact.content }}"></textarea>
<textarea type="text" name="content" class="field-light" rows="5" placeholder="{{ site.text.contact.content }}" style="resize: vertical"></textarea>
<input type="text" name="_gotcha" style="display:none" />
<button type='submit' class="button button-blue button-big mobile-block">{{ site.text.contact.submit }}</button>
</form>
Expand Down

0 comments on commit 4d29234

Please sign in to comment.