aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index a6516774b..4e0141550 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -306,7 +306,7 @@ use constant DEFAULT_MILESTONE => '---';
use constant SAVE_NUM_SEARCHES => 10;
# The column width for comment textareas and comments in bugmails.
-use constant COMMENT_COLS => 80;
+use constant COMMENT_COLS => 60;
# Used in _check_comment(). Gives the max length allowed for a comment.
use constant MAX_COMMENT_LENGTH => 16384;