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:
authorAnnabel Gray <annabel.m.gray@gmail.com>2018-08-27 18:47:57 +0300
committerAnnabel Gray <annabel.m.gray@gmail.com>2018-08-27 18:47:57 +0300
commit881ba3f5977dafda7feee77f841ace290c918a8d (patch)
treeb40d0dca3ce0dd16029474e277796c57208ae331 /app/views
parent4a5c70bffa88942dec3366c87dfd55803a8c848e (diff)
parent1c54a7906489d8d6ee512dce1bd6a4622b36b7bb (diff)
Merge branch '43625-increase-modal-checkout' into 'master'
Resolve "Size of checkout branch modal box is too small" Closes #43625 See merge request gitlab-org/gitlab-ce!21381
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