I tried looking for this but I honestly could not find anything for my particular issue.
I am designing a poster in LaTeX and I sometimes use custom list items. The thing is, as these get wider, they take up space to the left instead of the right as I would like them to.
Minimal working example:
\documentclass{article}
\usepackage[utf8]{inputenc}
\begin{document}
\begin{enumerate}
\item This is a normal item
\item[Blablablabla]{This is a large item}
\end{enumerate}
\end{document}
[...]arguments to\itemwhen usingenumerate, consider usingdescriptioninstead. Also see theenumitempackage for full control over lists. – daleif May 10 '16 at 11:19