Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(web(css)): print more than one page in Firefox
Fixes #5375
  • Loading branch information
cgx committed Sep 7, 2021
1 parent 2d25e18 commit ea6b699
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UI/WebServerResources/scss/core/print.scss
Expand Up @@ -82,16 +82,19 @@
md-card,
md-card-content,
md-card-content pre,
.view,
.view-detail .sg-reversible,
.view-detail .sg-reversible:not(.sg-flip) .sg-face,
.view-detail .sg-reversible.sg-flip .sg-back,
.sg-block-print {
display: block !important;
height: auto !important;
max-height: none !important;
min-height: auto !important;
overflow: visible !important;
position: relative !important;
flex: none;
transform: none !important;
}

// Remove shadow from Cards
Expand Down

0 comments on commit ea6b699

Please sign in to comment.