Fix pdf cut-off after first page

pull/8413/head
Inga Mai 4 years ago
parent e9b127da8c
commit 611b4a595e
  1. 2
      app/assets/stylesheets/layout/work_packages/_print.sass

@ -22,6 +22,7 @@
#content
margin: 0
width: 100%
height: 100%
overflow: visible !important
position: relative
@ -30,6 +31,7 @@
.work-packages-split-view--tabletimeline-side
.work-packages-split-view--tabletimeline-content
height: 100%
.wp-table--hierarchy-aditional-row,
tr.-checked,
.row-hovered

Loading…
Cancel
Save