TextArea: Fixed default height (#23743)

pull/23750/head
Torkel Ödegaard 5 years ago committed by GitHub
parent c26bfe9e03
commit ea1dd9e4da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/sass/components/_gf-form.scss

@ -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+.

Loading…
Cancel
Save