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 Me gusta
Lo mismo ocurre con el botón Resuelto en el perfil de actividad, no específicamente para el margen, sino para el estilo personalizado en general. Resuelto es un span, mientras que los demás botones son solo li
(gracias a @jomaxro por recordarme este detalle con tu hilo)
1 me gusta
@eviltrout and I have a plan to fix this, but its a pretty tedious change.
This is essentially a dupe of:
3 Me gusta

