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 个赞