How to reproduce :
use test mode on a link with "Notifications" theme.
The icon appears above the text instead of next to.
It is necessarry to add "flex" class on the span :
<xsl:when test="@disabled"> <span class="flex"> <xsl:call-template name="link-title"> <xsl:with-param name="showThemes" select="$showThemes"/> <xsl:with-param name="showUrl" select="$showUrl"/> </xsl:call-template> <xsl:call-template name="link-picture"> <xsl:with-param name="height" select="$height"/> <xsl:with-param name="width" select="$width"/> </xsl:call-template> </span> </xsl:when>