Skip to content

Commit 83b59c6

Browse files
committed
Set rows of comment edit box to 5
1 parent 83bbc4a commit 83b59c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

isso/js/app/isso.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ var insert = function(comment, scrollIntoView) {
277277
toggler.canceled = false;
278278
api.view(comment.id, 1).then(function(rv) {
279279
var textarea = $.new("textarea.isso-textarea");
280-
textarea.setAttribute("rows", 10);
280+
textarea.setAttribute("rows", 5);
281281
textarea.setAttribute("minlength", 3);
282282
textarea.setAttribute("maxlength", 65535);
283283

0 commit comments

Comments
 (0)