mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 14:08:36 +00:00
Fix overflow of cvskill text into the margins
Signed-off-by: Muhammad Furqan <mfurqan1024@gmail.com>
This commit is contained in:
parent
c5385444d6
commit
dac2344440
1 changed files with 1 additions and 1 deletions
|
@ -725,7 +725,7 @@
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\setlength\tabcolsep{1ex}
|
\setlength\tabcolsep{1ex}
|
||||||
\setlength{\extrarowheight}{0pt}
|
\setlength{\extrarowheight}{0pt}
|
||||||
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} r L{\textwidth * \real{0.9}}}
|
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} R{2.15cm} L{\textwidth - 2.5cm}}
|
||||||
}{%
|
}{%
|
||||||
\end{tabular*}
|
\end{tabular*}
|
||||||
\end{center}
|
\end{center}
|
||||||
|
|
Loading…
Reference in a new issue