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

アクティビティプロフィールの「解決済み」ボタンでも同じ現象が発生します。マージンそのものというよりは、カスタムスタイル全般の問題です。「解決済み」は span 要素ですが、他のボタンは li 要素のみです


(この件を思い出させてくれてありがとう、@jomaxro

「いいね!」 1

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

This is essentially a dupe of:

「いいね!」 3