diff options
author | Lars Greiss <l.greiss@mediacologne.de> | 2018-05-06 03:04:12 +0200 |
---|---|---|
committer | Lars Greiss <l.greiss@mediacologne.de> | 2018-05-07 13:56:34 +0200 |
commit | 898e0cb63ec4a82faf932d9bada65796f56f3197 (patch) | |
tree | e870aa2603629916c85e05717e3e8a901fb4303b /app/views/help | |
parent | 5e798f25daa978384aba1ad3aa88d3607afc4f36 (diff) | |
download | gitlab-ce-898e0cb63ec4a82faf932d9bada65796f56f3197.tar.gz |
Fix modal width of shorcuts help page
Signed-off-by: Lars Greiss <l.greiss@mediacologne.de>
Diffstat (limited to 'app/views/help')
-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" } × |