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 --- docs/assets/css/bootstrap.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 42d1907d6..549c4d37e 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -802,6 +802,10 @@ textarea { width: 210px; } +textarea { + height: auto; +} + textarea, input[type="text"], input[type="password"], -- cgit v1.2.3