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:
commit
9618e49b93
2 changed files with 6 additions and 1 deletions
|
@ -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" } ×
|
||||
|
|
5
changelogs/unreleased/fix-shorcut-modal.yml
Normal file
5
changelogs/unreleased/fix-shorcut-modal.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix modal width of shorcuts help page
|
||||
merge_request: 18766
|
||||
author: Lars Greiss
|
||||
type: fixed
|
Loading…
Reference in a new issue