diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index b50837ca20b1ac2f0bb6e2797551f94a5259178b..04fef3f4152ab3a142c55c4a73f36287d8e1a679 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -15,6 +15,7 @@ Fixed
 * [Docs] Certain parts of installation docs not visible
 * Nav submenu items could not be distinguished from regular ones.
 * Group GraphQL queries failed when queried by owner or member.
+* Special printouts included a blank white page at the end.
 
 `3.1.5`_ - 2023-09-02
 ---------------------
diff --git a/aleksis/core/templates/core/base_simple_print.html b/aleksis/core/templates/core/base_simple_print.html
index abb01712a5f52d4ec9a44e34a31b11b8a29f9ef1..04595f4ff5a6414a5e092005e568308b7ebaf076 100644
--- a/aleksis/core/templates/core/base_simple_print.html
+++ b/aleksis/core/templates/core/base_simple_print.html
@@ -40,7 +40,7 @@
 
       .sheet {
         width: {{ width }}mm;
-        height: {{ height|add:-1 }}.83mm;
+        height: {{ height|add:-1 }}.73mm;
       } 
     </style>
   {% endblock %}