diff --git a/reviewboard/static/rb/js/views/commentDialogView.js b/reviewboard/static/rb/js/views/commentDialogView.js
index 9d9da2e530135fa14d8dfb861a9d287d5f0dc294..5e7ce060d3e60485fce578c6e0a74d89bfe34b61 100644
--- a/reviewboard/static/rb/js/views/commentDialogView.js
+++ b/reviewboard/static/rb/js/views/commentDialogView.js
@@ -94,11 +94,11 @@ var CommentsListView = Backbone.View.extend({
  * used to reply to those comments.
  */
 RB.CommentDialogView = Backbone.View.extend({
-    DIALOG_TOTAL_HEIGHT: 250,
+    DIALOG_TOTAL_HEIGHT: 300,
     DIALOG_NON_EDITABLE_HEIGHT: 120,
     SLIDE_DISTANCE: 10,
     COMMENTS_BOX_WIDTH: 280,
-    FORM_BOX_WIDTH: 380,
+    FORM_BOX_WIDTH: 430,
 
     className: 'comment-dlg',
     template: _.template([
