Commit bafd0b05 authored by Mark Otto's avatar Mark Otto

fix broken textarea.form-control reported by @thomas-mcdonald

parent c80b7e46
......@@ -148,13 +148,13 @@ output {
background-color: $input-bg-disabled;
opacity: 1; // iOS fix for unreadable disabled content
}
}
// Reset height for `textarea`s
&textarea {
height: auto;
padding-top: $padding-base-horizontal;
padding-bottom: $padding-base-horizontal;
}
// Reset height for `textarea`s
textarea.form-control {
height: auto;
padding-top: $padding-base-horizontal;
padding-bottom: $padding-base-horizontal;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment