Merge branch 'fix-shorcut-modal' into 'master'

Fix modal width of shortcuts help page

See merge request gitlab-org/gitlab-ce!18766
This commit is contained in:
Filipa Lacerda 2018-05-08 12:47:24 +00:00
commit 9618e49b93
2 changed files with 6 additions and 1 deletions

View file

@ -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" } ×

View file

@ -0,0 +1,5 @@
---
title: Fix modal width of shorcuts help page
merge_request: 18766
author: Lars Greiss
type: fixed