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:
@@ -94,6 +94,10 @@ input,
|
||||
textarea {
|
||||
width: 210px;
|
||||
}
|
||||
// Reset height since textareas have rows
|
||||
textarea {
|
||||
height: auto;
|
||||
}
|
||||
// Everything else
|
||||
textarea,
|
||||
input[type="text"],
|
||||
|
||||
Reference in New Issue
Block a user