Hanging indents with currvita

It's possible, but the result doesn't seem like a good one:

\documentclass{article}
\usepackage[NoDate]{currvita}
\usepackage{enumitem}

\newenvironment{hanghere}[1]
 {\par\vspace{-\parsep}%
  \begin{itemize}[label={#1:\ },leftmargin=*,labelsep=0pt,nosep]
  \item\relax}
 {\end{itemize}}

\begin{document}

\begin{cv}  

\begin{cvlist}{Some section}

\item[07/2014--08/2014] \textbf{Some school}\\
\textit{Some degree bla bla}

\begin{hanghere}{Activities}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. 
Phasellus volutpat eu orci vitae eleifend. Praesent sed orci commodo, 
venenatis neque vel, pulvinar velit. Mauris ullamcorper tellus sed 
quam pellentesque, vitae sagittis nisl dapibus.
\end{hanghere}

\end{cvlist}

\end{cv}

\end{document}

enter image description here

Tags:

Currvita