From d4b3b8e61a4865ebc755fa73e65ecc937c793ab3 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Mon, 29 Jan 2024 08:04:06 +0100 Subject: [PATCH] stop statblock skills middle-floating --- stats.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stats.sty b/stats.sty index d0666426..65a70d30 100644 --- a/stats.sty +++ b/stats.sty @@ -643,7 +643,7 @@ \foreach \s in {Air,Earth,Fate,Fire,Water}% {\ifnum\value{\s}>0 \addtocounter{mp}{3}\fi} -\begin{tabularx}{\linewidth}{p{.15\textwidth}>{\raggedright\arraybackslash}X} +\begin{tabular}{p{.15\textwidth}>{\raggedright\arraybackslash}p{.75\textwidth}} \iftoggle{verbose}{ \ent{Skills} & @@ -676,7 +676,7 @@ {\ent{Abilities:} & \abilities} \mods -\end{tabularx} +\end{tabular} } -- GitLab