I am currently using the isov2 document class. I would like to create a list of symbols. I currently have the following output (style)

using the code:
\begin{symbols}
\symboldef{ACSE}{association control service element}
\end{symbols}
However, I'd like instead for the abbreviation and "definition" to be on one line, no extra line break in between the lines and without an indent similar to the image below:


\documentclass{...}and ending with\end{document}. – Aug 03 '14 at 22:15