# “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:** 1\
**Showing post:** 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;
}

```

---

_[View the full topic](https://meta.discourse.org/t/mark-as-solution-button-has-excessive-right-padding/390474)._
