# Missing Padding below post controls

**URL:** https://meta.discourse.org/t/missing-padding-below-post-controls/54074
**Category:** Bug
**Created:** [December 10, 2016, 11:20pm UTC](https://meta.discourse.org/t/missing-padding-below-post-controls/54074 "2016-12-10T23:20:11Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [December 10, 2016, 11:20pm UTC](https://meta.discourse.org/t/missing-padding-below-post-controls/54074/1 "2016-12-10T23:20:12Z")

</div>

Just noticed this while viewing Meta at half-width on my 1080p monitor. Could this be related to Ember upgrades, a strange resolution issue on my end, or is it a real bug?

Notice that the 1/2 button overlaps the reply button.

 ![](https://global.discourse-cdn.com/meta/original/3X/7/6/7652acb71e31481de2357f2550d437fe154ec98e.png)

It’s especially noticeable when likes are expanded:

 ![](https://global.discourse-cdn.com/meta/original/3X/b/b/bb183021b754378137538330f6f39e4aa62ee320.png)

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [December 10, 2016, 11:32pm UTC](https://meta.discourse.org/t/missing-padding-below-post-controls/54074/2 "2016-12-10T23:32:30Z")

</div>

yeah this has been the case for quite a while.

in the past, prior to widgets we displayed the number below line to work around this issue.

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [December 10, 2016, 11:33pm UTC](https://meta.discourse.org/t/missing-padding-below-post-controls/54074/3 "2016-12-10T23:33:20Z")

</div>

> [@sam](#):
>
> in the past, prior to widgets we displayed the number below line to work around this issue.

Any reason for switching it to be above the line?

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [December 10, 2016, 11:33pm UTC](https://meta.discourse.org/t/missing-padding-below-post-controls/54074/4 "2016-12-10T23:33:54Z")

</div>

Give it a shot in CSS, and post here, its surprisingly hairy.

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [December 10, 2016, 11:35pm UTC](https://meta.discourse.org/t/missing-padding-below-post-controls/54074/5 "2016-12-10T23:35:08Z")

</div>

I’m not a CSS expert by any stretch. I trust that if you guys tried already, I’m not going to do any better!

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [December 10, 2016, 11:47pm UTC](https://meta.discourse.org/t/missing-padding-below-post-controls/54074/6 "2016-12-10T23:47:59Z")

</div>

Like this?

 ![](https://global.discourse-cdn.com/meta/original/3X/0/6/06b30fbf695f58d640d59dc0743b276f4821994e.png)

If so, something like this might work:

```plaintext
#topic-progress-wrapper.docked #topic-progress {
    bottom: -35px;
}

```

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [July 22, 2022, 1:04am UTC](https://meta.discourse.org/t/missing-padding-below-post-controls/54074/7 "2022-07-22T01:04:44Z")

</div>

been resolved for a while
