mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 14:08:36 +00:00
missing par after tabularx
This commit is contained in:
parent
ef987088e1
commit
48de46afd1
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@
|
|||
\setlength{\extrarowheight}{0pt}
|
||||
\tabularx{\textwidth}{r>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}X}
|
||||
}{%
|
||||
\endtabularx
|
||||
\endtabularx\par
|
||||
}
|
||||
% Define a line of cv information(skill)
|
||||
% Usage: \cvskill{<type>}{<skillset>}
|
||||
|
|
Loading…
Reference in a new issue