Skip to content

item spacing inside the alertblock is tighter than item spacing inside block #44

Description

@darteaga

See the following:

\begin{block}{Normal block}
    \begin{itemize}
        \item This
        \item spacing
        \item is
        \item more relaxed
    \end{itemize}
\end{block}

\begin{alertblock}{Alert block}
    \begin{itemize}
        \item This
        \item spacing
        \item is
        \item tighter
    \end{itemize}
\end{alertblock}

Actually the same can be seen in the default example provided.

I prefer the more relaxed spacing. How can I make them equal?

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions