Commit ea1dd9e4 by Torkel Ödegaard Committed by GitHub

TextArea: Fixed default height (#23743)

parent c26bfe9e
......@@ -196,6 +196,7 @@ $input-border: 1px solid $input-border-color;
white-space: pre-wrap;
padding: 6px $space-sm;
min-height: $input-height;
height: auto;
}
// Unstyle the caret on `<select>`s in IE10+.
......
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