use autoresize extraSpace to kill the bug where the comment box is not big engough for the comment, still could use some love
This commit is contained in:
parent
9f9082fbbd
commit
5570182e69
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ var View = {
|
||||||
$('textarea')
|
$('textarea')
|
||||||
.autoResize({
|
.autoResize({
|
||||||
'animate': false,
|
'animate': false,
|
||||||
'extraSpace': 0
|
'extraSpace': 40
|
||||||
});
|
});
|
||||||
|
|
||||||
/* Webfinger form ajaxy loading */
|
/* Webfinger form ajaxy loading */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue