From 2699b6cc29b9ab9c9a46f0c3da7c303dcde5a4af Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@tutamail.com>
Date: Tue, 29 Dec 2020 00:20:15 +0100
Subject: [PATCH] fix \rollchart

---
 bind.sty | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bind.sty b/bind.sty
index 9b3177b1..10e6525c 100644
--- a/bind.sty
+++ b/bind.sty
@@ -324,7 +324,7 @@ Roll & Result \\
 
 \newtcolorbox[use counter=enc, use counter=list]{encounters}[1]{adjusted title=Encounters in #1,arc=1mm,tabularx={XXp{.6\textwidth}},code={\setcounter{enc}{19}\setcounter{list}{18}}}
 
-\newtcolorbox{rollchart}{tabularx={cp{.7\linewidth}},arc=1mm}
+\newtcolorbox{rollchart}{tabularx={p{.3\linewidth}X},arc=1mm}
 
 \newtcolorbox{xpbox}[1]{tabularx={lc},arc=1mm,equal height group=#1}
 
-- 
GitLab