Skip to content

[FIX] icons in alert messages

Peter Pfeufer requested to merge ppfeufer/allianceauth:message-icons-fix into master

This way they don't interfere with possible HTML in the message itself.

This MR attempts to fix a small issue introduced with !1320 (merged)

In case the message contains HTML, for example paragraphs, the icon looked a bit out of place.

Before

image

Now

image

Merge request reports