diff options
| author | Filipa Lacerda <filipa@gitlab.com> | 2018-05-08 12:47:24 +0000 |
|---|---|---|
| committer | Filipa Lacerda <filipa@gitlab.com> | 2018-05-08 12:47:24 +0000 |
| commit | 9618e49b9370198741a13b22715c8aca2eb6d623 (patch) | |
| tree | c18d73a53d5d76255736752bd8980cdb7fe15803 /app | |
| parent | c8bfb3e418b0dcce8b3f3bec91bb2ae64f0fe19d (diff) | |
| parent | 3b2ce2a5f2087d5134bd21554adc309de84c3327 (diff) | |
| download | gitlab-ce-9618e49b9370198741a13b22715c8aca2eb6d623.tar.gz | |
Merge branch 'fix-shorcut-modal' into 'master'
Fix modal width of shortcuts help page
See merge request gitlab-org/gitlab-ce!18766
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/help/_shortcuts.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/help/_shortcuts.html.haml b/app/views/help/_shortcuts.html.haml index 29b23ae2e52..1c5b4aecabb 100644 --- a/app/views/help/_shortcuts.html.haml +++ b/app/views/help/_shortcuts.html.haml @@ -1,5 +1,5 @@ #modal-shortcuts.modal{ tabindex: -1 } - .modal-dialog + .modal-dialog.modal-lg .modal-content .modal-header %a.close{ href: "#", "data-dismiss" => "modal" } × |
