Merge branch '23465-print-markdown' into 'master'

Resolve "Printing wiki pages"

Closes #23465

See merge request gitlab-org/gitlab-ce!18834
This commit is contained in:
Phil Hughes 2018-05-09 07:44:38 +00:00
commit 2de674483a
2 changed files with 12 additions and 1 deletions

View File

@ -36,7 +36,9 @@ ul.notes-form,
.gutter-toggle,
.issuable-details .content-block-small,
.edit-link,
.note-action-button {
.note-action-button,
.right-sidebar,
.flash-container {
display: none !important;
}
@ -53,3 +55,7 @@ pre {
.right-sidebar {
top: 0;
}
a[href]::after {
content: none !important;
}

View File

@ -0,0 +1,5 @@
---
title: Fix print styles for markdown pages
merge_request:
author:
type: fixed