Skip to content
Snippets Groups Projects

Fix simple print layout to not include an additional blank page

Merged Jonathan Weth requested to merge fix/print-layout-too-high into master
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -40,7 +40,7 @@
.sheet {
width: {{ width }}mm;
height: {{ height|add:-1 }}.83mm;
height: {{ height|add:-1 }}.73mm;
}
</style>
{% endblock %}
Loading