diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-06-04 14:18:39 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-06-04 14:18:39 -0700 |
commit | e6f92642109623f3ec45e8b36af9571119b90ac1 (patch) | |
tree | 607b36cf491ac5fee9d3c49afe7a49313abbe1ec /app/assets/stylesheets | |
parent | 3571b97effd81f9a84f238f918544c6e5c625b76 (diff) | |
download | gitlab-ce-e6f92642109623f3ec45e8b36af9571119b90ac1.tar.gz |
Remove sidebar and monitoring nav from print view47236-print-fix
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/print.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/stylesheets/print.scss b/app/assets/stylesheets/print.scss index 90ccd4abd90..bb10928a037 100644 --- a/app/assets/stylesheets/print.scss +++ b/app/assets/stylesheets/print.scss @@ -22,9 +22,9 @@ header, nav, -nav.main-nav, nav.navbar-collapse, nav.navbar-collapse.collapse, +.nav-sidebar, .profiler-results, .tree-ref-holder, .tree-holder .breadcrumb, @@ -38,7 +38,8 @@ ul.notes-form, .edit-link, .note-action-button, .right-sidebar, -.flash-container { +.flash-container, +#js-peek { display: none !important; } |