Autosize the rich editor (for card description and comments)

This commit is contained in:
Maxime Quandalle 2015-06-06 10:40:39 +02:00
parent 56a240a643
commit a12f094710
6 changed files with 15 additions and 3 deletions

View file

@ -0,0 +1,7 @@
template(name="editor")
textarea.editor(
class="{{class}}"
id=id
autofocus=autofocus
placeholder="{{_ 'comment-placeholder'}}")
+Template.contentBlock