# “Mark as solution” button has excessive right padding

**URL:** https://meta.discourse.org/t/mark-as-solution-button-has-excessive-right-padding/390474
**Category:** UX
**Tags:** solved
**Created:** [December 5, 2025, 2:35am UTC](https://meta.discourse.org/t/mark-as-solution-button-has-excessive-right-padding/390474 "2025-12-05T02:35:14Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![panic](https://avatars.discourse-cdn.com/v4/letter/p/3ab097/32.png) [@panic](https://meta.discourse.org/u/panic)
#### Post date: [December 5, 2025, 2:35am UTC](https://meta.discourse.org/t/mark-as-solution-button-has-excessive-right-padding/390474/1 "2025-12-05T02:35:14Z")

</div>

![图片](https://global.discourse-cdn.com/meta/original/4X/0/6/e/06ef41162b0603d1c3de59069641ec0a34d05922.png) ![图片](https://global.discourse-cdn.com/meta/original/4X/a/3/a/a3a492b9ba0f4fe04edee29f89c37a907d79e518.png) ![图片](https://global.discourse-cdn.com/meta/original/4X/7/8/4/7840ad0a562f8ac21de4e87e8cbfc581815fe7b8.png)

The following css solves the problem:

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

```

---

<div class="post-metadata">

### Author: ![lindsey](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lindsey/32/318210_2.png) [@lindsey](https://meta.discourse.org/u/lindsey)
#### Post date: [February 4, 2026, 8:45pm UTC](https://meta.discourse.org/t/mark-as-solution-button-has-excessive-right-padding/390474/2 "2026-02-04T20:45:31Z")

</div>

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](https://global.discourse-cdn.com/meta/original/4X/7/4/3/743b8f1fdcb02dbc04643216f7c521f2b019b939.png)

---

<div class="post-metadata">

### Author: ![panic](https://avatars.discourse-cdn.com/v4/letter/p/3ab097/32.png) [@panic](https://meta.discourse.org/u/panic)
#### Post date: [February 19, 2026, 2:38am UTC](https://meta.discourse.org/t/mark-as-solution-button-has-excessive-right-padding/390474/3 "2026-02-19T02:38:03Z")

</div>

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…

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [February 19, 2026, 4:58am UTC](https://meta.discourse.org/t/mark-as-solution-button-has-excessive-right-padding/390474/4 "2026-02-19T04:58:45Z")

</div>


