summaryrefslogtreecommitdiff
path: root/app/views/projects/_zen.html.haml
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-11-29 17:41:02 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-01-13 14:51:07 -0500
commit552c179acdeb73bd7a12c9e8839c06bb601cf136 (patch)
treefea2fb694ae6f80e3e04ca1618de22ca6ff6b28e /app/views/projects/_zen.html.haml
parent0e344aa2299d2f6911282de5d4808c70d658d372 (diff)
downloadgitlab-ce-552c179acdeb73bd7a12c9e8839c06bb601cf136.tar.gz
Autosize textareas
Diffstat (limited to 'app/views/projects/_zen.html.haml')
-rw-r--r--app/views/projects/_zen.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_zen.html.haml b/app/views/projects/_zen.html.haml
index d5829568275..e701253d7de 100644
--- a/app/views/projects/_zen.html.haml
+++ b/app/views/projects/_zen.html.haml
@@ -1,6 +1,6 @@
.zennable
.zen-backdrop
- - classes << ' js-gfm-input markdown-area'
+ - classes << ' js-gfm-input js-autosize markdown-area'
- if defined?(f) && f
= f.text_area attr, class: classes
- else