You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please see image below for example. When a cv entry has a list of cvitems, but there only contains one cvitem, there seems to be additional vertical whitespace added above that point. Does anyone know how to fix this? Please refer to below the image for code for the section file.
\cvsection{Section}
\vspace{-9pt}
\begin{cventries}
\cventry
{\url{link}}
{Main Title}
{Sub Title}
{Date}
{
\begin{cvitems}
\item\skilltypestyle {Why is there whitespace above this line}
\end{cvitems}
}
\cventry
{\url{link}}
{Main Title}
{Sub Title}
{Date}
{
\begin{cvitems}
\item\skilltypestyle {But no whitespace above these lines}
\item\skilltypestyle {Quite interesting}
\end{cvitems}
}
\end{cventries}
The text was updated successfully, but these errors were encountered:
Please see image below for example. When a cv entry has a list of cvitems, but there only contains one cvitem, there seems to be additional vertical whitespace added above that point. Does anyone know how to fix this? Please refer to below the image for code for the section file.
\cvsection{Section}
\vspace{-9pt}
\begin{cventries}
\cventry
{\url{link}}
{Main Title}
{Sub Title}
{Date}
{
\begin{cvitems}
\item\skilltypestyle {Why is there whitespace above this line}
\end{cvitems}
}
\cventry
{\url{link}}
{Main Title}
{Sub Title}
{Date}
{
\begin{cvitems}
\item\skilltypestyle {But no whitespace above these lines}
\item\skilltypestyle {Quite interesting}
\end{cvitems}
}
\end{cventries}
The text was updated successfully, but these errors were encountered: