From 7ba9c40a4ccd186746dc6891dda129dba648fd84 Mon Sep 17 00:00:00 2001 From: Xavier Danaux Date: Tue, 30 Oct 2012 20:12:41 -0400 Subject: [PATCH] Corrected the line wrapping of \cvlistitem of the "banking" style --- moderncvstylebanking.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moderncvstylebanking.sty b/moderncvstylebanking.sty index 5fd470c..732fea2 100644 --- a/moderncvstylebanking.sty +++ b/moderncvstylebanking.sty @@ -192,7 +192,7 @@ \par\addvspace{#1}} \renewcommand*{\cvlistitem}[2][.25em]{% - \listitemsymbol#2% + \listitemsymbol\begin{minipage}[t]{\listitemmaincolumnwidth}#2\end{minipage}% \par\addvspace{#1}} \renewcommand*{\cvlistdoubleitem}[3][.25em]{%