diff options
Diffstat (limited to 'app/assets/stylesheets/print.scss')
-rw-r--r-- | app/assets/stylesheets/print.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/print.scss b/app/assets/stylesheets/print.scss index 7b66b61ff36..1d0333d1e2f 100644 --- a/app/assets/stylesheets/print.scss +++ b/app/assets/stylesheets/print.scss @@ -60,3 +60,11 @@ pre { a[href]::after { content: none !important; } + +.with-performance-bar .layout-page { + margin-top: 0; +} + +.content-wrapper { + margin-top: 0; +} |