diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index b4566d4a4..beee2298f 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -465,8 +465,8 @@ h4, .h4 { font-size: 1.1rem; } -textarea { - height: 90px; +textarea, textarea.form-control { + height: 6em; } .sheet { |