“Mark as solution” button has excessive right padding

图片 图片 图片

The following css solves the problem:

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