Commit 5b376e65 authored by Sam Rose's avatar Sam Rose

Include blob content when printing page

parent 46a6fb38
......@@ -28,9 +28,6 @@ nav.navbar-collapse.collapse,
.profiler-results,
.tree-ref-holder,
.tree-holder .breadcrumb,
.blob-commit-info,
.file-title,
.file-holder,
.nav,
.btn,
ul.notes-form,
......@@ -43,6 +40,11 @@ ul.notes-form,
display: none!important;
}
pre {
page-break-before: avoid;
page-break-inside: auto;
}
.page-gutter {
padding-top: 0;
padding-left: 0;
......
---
title: Include the blob content when printing a blob page
merge_request: 11247
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment