Awesome-CV icon indicating copy to clipboard operation
Awesome-CV copied to clipboard

Removed whitespace if no role is provided

Open SimonPaul02 opened this issue 2 years ago • 1 comments

If you had no role -> {} in your cventry, there was a gap before. Now, I removed it and it looks natural.

Testing: Create a cventry without a role, there should not be any gaps: image

The code for the entry:

\cventry
    {}	% empty
    {B10S (B1t 0n the Security, Underground hacker team)} % Organization/group
    {S.Korea} % Location
    {Nov. 2011 - PRESENT} % Date(s)
    {
      \begin{cvitems} % Description(s) of experience/contributions/knowledge
        \item {Gained expertise in penetration testing areas, especially targeted on web application and software.}
        \item {Participated on a lot of hacking competition and won a good award.}
        \item {Held several hacking competitions non-profit, just for fun.}
      \end{cvitems}
    }

SimonPaul02 avatar Apr 29 '22 14:04 SimonPaul02

For some reason it doesn't work if there's only one item...

fulcus avatar Aug 07 '22 21:08 fulcus