“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;
}
1 Like

Can you provide a few more details about how to reproduce this? What browser are you using?

I’m on Chrome v144.0.7559.110 and can’t reproduce this on Foundation:

CleanShot 2026-02-04 at 15.43.50

Hi Lindsey,

Thanks a lot for your reply! After some debugging, I found out this was a bug specific to our deployment (some custom styling went wrong). Sorry for taking your time…

2 Likes