Open
Description
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}