diff --git a/awesome-cv.cls b/awesome-cv.cls index d7ee87d..3ae0aba 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -389,6 +389,7 @@ % Commands for utilities %------------------------------------------------------------------------------- % Use to align an element of tabular table +\renewcommand{\tabularxcolumn}{m} \newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} \newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} \newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} @@ -594,7 +595,7 @@ \vspace{-2.0mm} \setlength\tabcolsep{1ex} \setlength{\extrarowheight}{0pt} - \tabularx{\textwidth}{rX} + \tabularx{\textwidth}{r>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}X} }{% \endtabularx }