summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/merge_requests/_form.html.haml')
-rw-r--r--app/views/projects/merge_requests/_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/merge_requests/_form.html.haml b/app/views/projects/merge_requests/_form.html.haml
index a868e964eeb..098596ff845 100644
--- a/app/views/projects/merge_requests/_form.html.haml
+++ b/app/views/projects/merge_requests/_form.html.haml
@@ -33,7 +33,7 @@
.form-group
= f.label :title do
%strong= "Title *"
- .col-sm-10= f.text_field :title, class: "input-xxlarge pad js-gfm-input", maxlength: 255, rows: 5, required: true
+ .col-sm-10= f.text_field :title, class: "input-lg pad js-gfm-input", maxlength: 255, rows: 5, required: true
.form-group
.left
= f.label :assignee_id do
@@ -48,7 +48,7 @@
.form-group
= f.label :description, "Description"
.col-sm-10
- = f.text_area :description, class: "input-xxlarge js-gfm-input", rows: 14
+ = f.text_area :description, class: "input-lg js-gfm-input", rows: 14
%p.hint Description is parsed with #{link_to "GitLab Flavored Markdown", help_markdown_path, target: '_blank'}.