From 78790da03c2f18912215c6dc4c19d88e636c31dd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 May 2012 22:00:49 -0700 Subject: fix resizing issues from incorrectly changing <767px grid classes to inline-block, fix height issue on textareas --- less/forms.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'less/forms.less') diff --git a/less/forms.less b/less/forms.less index 606446638..582bb413b 100644 --- a/less/forms.less +++ b/less/forms.less @@ -94,6 +94,10 @@ input, textarea { width: 210px; } +// Reset height since textareas have rows +textarea { + height: auto; +} // Everything else textarea, input[type="text"], -- cgit v1.2.3