Skip to content

Additional Whitespace When Only One CVItem is provided #499

Open
@hank-w

Description

@hank-w

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.

image

\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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    ⚠️ bugCategorize bug reports.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions