diff --git a/app/views/projects/new_tree/show.html.haml b/app/views/projects/new_tree/show.html.haml
index 2f89bba5b060f817ea2e624a7fe5e7e145ffddc6..4ce8d372a38b776461a7e64dae0be819e60024bf 100644
--- a/app/views/projects/new_tree/show.html.haml
+++ b/app/views/projects/new_tree/show.html.haml
@@ -24,7 +24,7 @@
       = label_tag 'commit_message', class: "control-label" do
         Commit message
       .col-sm-10
-        = render 'shared/commit_message_container', {textarea: text_area_tag('commit_message form-control',
+        = render 'shared/commit_message_container', {textarea: text_area_tag('commit_message',
             params[:commit_message], placeholder: "Added new file", required: true, rows: 3, class: 'form-control')}
 
     .file-holder