From 995ddee07f2d86c1301c74810827bbdced8dba7f Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sun, 24 Jul 2022 15:35:43 +0200
Subject: [PATCH] stop attributes colliding with box

---
 stats.sty | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/stats.sty b/stats.sty
index 84f3a5eb..50344dba 100644
--- a/stats.sty
+++ b/stats.sty
@@ -388,7 +388,9 @@
 % Reference versions (which always are non-verbose) don't
 % have the space for full-sized stats.
 
-\iftoggle{verbose}{}{
+\iftoggle{verbose}{
+	\begin{small}%
+}{%
 	\begin{footnotesize}
 }
 
@@ -443,9 +445,11 @@
 
 \vspace{.1cm}
 
-\iftoggle{verbose}{}{
-	\end{footnotesize}
-}
+\iftoggle{verbose}{%
+	\end{small}%
+}{%
+	\end{footnotesize}%
+}%
 }
 
 %%     _               _        _
-- 
GitLab