“标记为解决方案”按钮右侧填充过多

图片 图片 图片

以下 CSS 解决了这个问题:

.btn-flat.post-action-menu__solved-unaccepted .d-icon {
  margin-right: 0;
}