Skip to content
Snippets Groups Projects
Verified Commit 0da8932d authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix simple print layout to not include an additional blank page

This magic number adjustment is due to a very ugly bug in Chromium.
parent e0b705ca
No related branches found
No related tags found
1 merge request!1315Fix simple print layout to not include an additional blank page
Pipeline #146946 failed
......@@ -41,6 +41,7 @@ Fixed
* GraphQL mutations did not return errors in case of exceptions.
* Group GraphQL queries failed when queried by owner or member.
* Nav submenu items could not be distinguished from regular ones.
* Special printouts included a blank white page at the end.
`3.1.5`_ - 2023-09-02
---------------------
......
......@@ -40,7 +40,7 @@
.sheet {
width: {{ width }}mm;
height: {{ height|add:-1 }}.83mm;
height: {{ height|add:-1 }}.73mm;
}
</style>
{% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment