aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-05-17 22:00:49 -0700
committerMark Otto <[email protected]>2012-05-17 22:00:49 -0700
commit78790da03c2f18912215c6dc4c19d88e636c31dd (patch)
treeed6af1d94879d7bed3b5224b4d17a65fc662fc6a /less/forms.less
parente5187e12c445fbba269c5a99f47ec2673e52969b (diff)
downloadbootstrap-78790da03c2f18912215c6dc4c19d88e636c31dd.tar.xz
bootstrap-78790da03c2f18912215c6dc4c19d88e636c31dd.zip
fix resizing issues from incorrectly changing <767px grid classes to inline-block, fix height issue on textareas
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less4
1 files changed, 4 insertions, 0 deletions
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"],