From 5bb55e46157ec974120535acdb6335841c85fa37 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 11 Feb 2012 19:21:23 -0800 Subject: change fixed height on responsive textareas to min-height --- docs/assets/css/bootstrap-responsive.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/assets/css/bootstrap-responsive.css') diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 4d464ea88..c8c630296 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -25,7 +25,7 @@ .uneditable-input { display: block; width: 100%; - height: 28px; + min-height: 28px; /* Make inputs at least the height of their button counterpart */ /* Makes inputs behave like true block-level elements */ -- cgit v1.2.3