Inconsistent margin for solved user summary

The “X solutions” stat added to the user summary page is not a <li> like the other status, but a <span> with a <li> inside. Because of this, the likes received button is :last-of-type and has a CSS property of margin: 0. With the default theme, this isn’t noticeable, but when customizing the stats with box shadow the margin difference is quite clear.

4 curtidas

O mesmo acontece com o botão Resolvido no perfil da atividade, não especificamente para a margem, mas para o estilo personalizado em geral. Resolvido é um span, enquanto os outros botões são apenas li


(graças ao @jomaxro por me lembrar desse detalhe com seu tópico)

1 curtida

@eviltrout and I have a plan to fix this, but its a pretty tedious change.

This is essentially a dupe of:

3 curtidas