2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

fix resizing issues from incorrectly changing <767px grid classes to inline-block, fix height issue on textareas

This commit is contained in:
Mark Otto
2012-05-17 22:00:49 -07:00
parent e5187e12c4
commit 78790da03c
4 changed files with 18 additions and 2 deletions
+4
View File
@@ -94,6 +94,10 @@ input,
textarea {
width: 210px;
}
// Reset height since textareas have rows
textarea {
height: auto;
}
// Everything else
textarea,
input[type="text"],