Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-08-26 10:46:03 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-08-26 10:46:03 +0300
commit1c54a7906489d8d6ee512dce1bd6a4622b36b7bb (patch)
tree36528701761a5d5be13d2043c80423837651ec90 /app/views
parent0973a8607b02f9b3ffb73718245ffd031fbd3f71 (diff)
Increases width of modalbox with checkout branch instructions
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/merge_requests/_how_to_merge.html.haml2
1 files changed, 1 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