Skip to content
Snippets Groups Projects
Commit 9379cfdf authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'fix/print-layout-too-high' into 'master'

Fix simple print layout to not include an additional blank page

See merge request !1315
parents e0b705ca 0da8932d
No related branches found
No related tags found
1 merge request!1315Fix simple print layout to not include an additional blank page
Pipeline #147344 canceled
......@@ -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