summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-08-26 09:46:03 +0200
committerFilipa Lacerda <filipa@gitlab.com>2018-08-26 09:46:03 +0200
commit1c54a7906489d8d6ee512dce1bd6a4622b36b7bb (patch)
tree36528701761a5d5be13d2043c80423837651ec90
parent0973a8607b02f9b3ffb73718245ffd031fbd3f71 (diff)
downloadgitlab-ce-1c54a7906489d8d6ee512dce1bd6a4622b36b7bb.tar.gz
Increases width of modalbox with checkout branch instructions
-rw-r--r--app/views/projects/merge_requests/_how_to_merge.html.haml2
-rw-r--r--changelogs/unreleased/43625-increase-modal-checkout.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/_how_to_merge.html.haml b/app/views/projects/merge_requests/_how_to_merge.html.haml
index 62dd21ef6e0..d3871453b9f 100644
--- a/app/views/projects/merge_requests/_how_to_merge.html.haml
+++ b/app/views/projects/merge_requests/_how_to_merge.html.haml
@@ -1,5 +1,5 @@
#modal_merge_info.modal{ tabindex: '-1' }
- .modal-dialog
+ .modal-dialog.modal-lg
.modal-content
.modal-header
%h3.modal-title Check out, review, and merge locally
diff --git a/changelogs/unreleased/43625-increase-modal-checkout.yml b/changelogs/unreleased/43625-increase-modal-checkout.yml
new file mode 100644
index 00000000000..877550924c1
--- /dev/null
+++ b/changelogs/unreleased/43625-increase-modal-checkout.yml
@@ -0,0 +1,5 @@
+---
+title: Increase width of checkout branch modal box
+merge_request:
+author:
+type: fixed