From b7114c4660f7cd6a4b230b639a0b5e9fede7b55a Mon Sep 17 00:00:00 2001 From: Julius Riegel Date: Wed, 17 Jul 2019 11:34:42 +0200 Subject: [PATCH] Environment Fix - fixed the key-value table column widths --- lib/environments.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/environments.tex b/lib/environments.tex index e53f18d..6dd7108 100644 --- a/lib/environments.tex +++ b/lib/environments.tex @@ -15,7 +15,7 @@ % 1 - the column name of the key % 2 - the column name of the description/value \newenvironment{keyvaluetable}[2]{ - \begin{tabular}{| p{0.35\linewidth} | p{0.5\linewidth} |} + \begin{tabular}{| p{0.25\linewidth} | p{0.75\linewidth} |} \hline \rowcolor{zcgray} \textbf{#1} & \textbf{#2}\\ \hline