Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional Whitespace When Only One CVItem is provided #499

Open
hank-w opened this issue Nov 19, 2023 · 1 comment
Open

Additional Whitespace When Only One CVItem is provided #499

hank-w opened this issue Nov 19, 2023 · 1 comment
Labels
⚠️ bug Categorize bug reports.

Comments

@hank-w
Copy link

hank-w commented Nov 19, 2023

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}

Copy link

👋 Welcome! Looks like this is your first issue.

Hey, thanks for your contribution! Please give us a bit of time to review it. 😄

@OJFord OJFord added the ⚠️ bug Categorize bug reports. label Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️ bug Categorize bug reports.
Projects
None yet
Development

No branches or pull requests

2 participants