We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83bbc4a commit 83b59c6Copy full SHA for 83b59c6
1 file changed
isso/js/app/isso.js
@@ -277,7 +277,7 @@ var insert = function(comment, scrollIntoView) {
277
toggler.canceled = false;
278
api.view(comment.id, 1).then(function(rv) {
279
var textarea = $.new("textarea.isso-textarea");
280
- textarea.setAttribute("rows", 10);
+ textarea.setAttribute("rows", 5);
281
textarea.setAttribute("minlength", 3);
282
textarea.setAttribute("maxlength", 65535);
283
0 commit comments