diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f63a2659f97b00a6eb7494b1ac7f6c16aa68083e..6d4912a89480e5b5e26d6c9630bd7f5750351aff 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -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
 ---------------------
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 %}