Skip to content
Snippets Groups Projects
Commit 78f5f4cf authored by Hans-Jörg's avatar Hans-Jörg
Browse files

Right align rule description (like it used to be)

this looks less ragged
parent 17dd1226
No related branches found
No related tags found
No related merge requests found
Pipeline #11038 passed
......@@ -104,7 +104,7 @@
\renewcommand\spsep{\cline{2-4}}
\setlength{\arrayrulewidth}{0.8pt}
\addtolength{\tabcolsep}{-4pt}
\begin{xltabular}{\linewidth}{l c Y l}
\begin{xltabular}{\linewidth}{l c Y r}
\BODY
\end{xltabular}
\addtolength{\tabcolsep}{+4pt}
......@@ -113,7 +113,7 @@
\renewcommand\spsep{\cline{2-5}}
\setlength{\arrayrulewidth}{0.8pt}
\addtolength{\tabcolsep}{-4pt}
\begin{xltabular}{\linewidth}{l l c Y l}
\begin{xltabular}{\linewidth}{l l c Y r}
\BODY
\end{xltabular}
\addtolength{\tabcolsep}{+4pt}
......@@ -126,7 +126,7 @@
\setlength{\arrayrulewidth}{0.8pt}%
\addtolength{\tabcolsep}{-4pt}%
\noindent
\begin{tabularx}{\linewidth}{l c Y l}
\begin{tabularx}{\linewidth}{l c Y r}
\BODY
\end{tabularx}
\addtolength{\tabcolsep}{+4pt}
......@@ -136,7 +136,7 @@
\setlength{\arrayrulewidth}{0.8pt}%
\addtolength{\tabcolsep}{-4pt}%
\noindent
\begin{tabularx}{\linewidth}{l l c Y l}
\begin{tabularx}{\linewidth}{l l c Y r}
\BODY
\end{tabularx}
\addtolength{\tabcolsep}{+4pt}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment