Commit a8310e4d authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch 'dz-remove-top-margin-print' into 'master'

Remove top margin for print layout

See merge request gitlab-org/gitlab!57824
parents 89c97d78 4f855ebb
......@@ -60,3 +60,11 @@ pre {
a[href]::after {
content: none !important;
}
.with-performance-bar .layout-page {
margin-top: 0;
}
.content-wrapper {
margin-top: 0;
}
---
title: Remove top margin for print layout
merge_request: 57824
author:
type: changed
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