# 能否关闭主题底部的间隙？

**URL:** <https://meta.discourse.org/t/can-we-close-the-gap-at-the-bottom-of-a-topic/107313>\
**Category:** UX\
**Created:** [2019年一月23日 16:57 UTC](https://meta.discourse.org/t/can-we-close-the-gap-at-the-bottom-of-a-topic/107313 "2019-01-23T16:57:24Z")\
**Posts on this page:** 7\
**Page:** 1

<div class="post-metadata">

**Author:** ![Richie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/richie/32/115110_2.png) [@Richie](https://meta.discourse.org/u/Richie)\
**Post date:** [2019年一月23日 16:57 UTC](https://meta.discourse.org/t/can-we-close-the-gap-at-the-bottom-of-a-topic/107313/1 "2019-01-23T16:57:24Z")

</div>

This gap is playing havoc with my OCD 😊

Can we close it up a bit?

Discourse v2.2.0.beta9+40

 ![image](https://global.discourse-cdn.com/meta/original/3X/3/7/3728dee7c37541f5c9b4e77bbc616341b89e295f.png)

 ![image](https://global.discourse-cdn.com/meta/original/3X/a/3/a3dbd85c31fc9ffc69b60725d9239b7db0bd37f1.png)

---

<div class="post-metadata">

**Author:** ![Richie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/richie/32/115110_2.png) [@Richie](https://meta.discourse.org/u/Richie)\
**Post date:** [2019年一月23日 16:59 UTC](https://meta.discourse.org/t/can-we-close-the-gap-at-the-bottom-of-a-topic/107313/2 "2019-01-23T16:59:33Z")

</div>

Couple more examples:

 ![image](https://global.discourse-cdn.com/meta/original/3X/4/d/4d13a6470ccb61ab757e4bec56df42e49b463a32.png)

 ![image](https://global.discourse-cdn.com/meta/original/3X/d/9/d9c60578a256cc43d3fd0d2434451ae7aa687508.png)

---

<div class="post-metadata">

**Author:** ![bts](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bts/32/184556_2.png) [@bts](https://meta.discourse.org/u/bts)\
**Post date:** [2019年一月23日 17:06 UTC](https://meta.discourse.org/t/can-we-close-the-gap-at-the-bottom-of-a-topic/107313/3 "2019-01-23T17:06:08Z")

</div>

The spacing above / below the “browse other topics” line looks pretty balanced to me! But if you want to tighten it up overall you could do:

```plaintext
.suggested-topics {
    padding-bottom: 10px;
}
.suggested-topics .topics {
    padding-bottom: 10px;
}

```

Just reduce both those numbers (both default at 15px).

---

<div class="post-metadata">

**Author:** ![Richie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/richie/32/115110_2.png) [@Richie](https://meta.discourse.org/u/Richie)\
**Post date:** [2019年一月23日 17:18 UTC](https://meta.discourse.org/t/can-we-close-the-gap-at-the-bottom-of-a-topic/107313/4 "2019-01-23T17:18:09Z")

</div>

The gap between the words mate, where the red arrows are pointing? 😊

---

<div class="post-metadata">

**Author:** ![bts](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bts/32/184556_2.png) [@bts](https://meta.discourse.org/u/bts)\
**Post date:** [2019年一月23日 18:04 UTC](https://meta.discourse.org/t/can-we-close-the-gap-at-the-bottom-of-a-topic/107313/6 "2019-01-23T18:04:54Z")

</div>

Lmao totally missed that…I guess a specific HTML element is worth a thousand screenshots 😉

Makes sense, so I think basically this would fix:

```plaintext
.suggested-topics-message .badge-wrapper.bullet {
    margin: 0 5px;
}

```

---

<div class="post-metadata">

**Author:** ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)\
**Post date:** [2019年一月23日 18:13 UTC](https://meta.discourse.org/t/can-we-close-the-gap-at-the-bottom-of-a-topic/107313/7 "2019-01-23T18:13:37Z")

</div>

This will be fixed via

[https://github.com/discourse/discourse/commit/a9734eef8159bf08c53ab7920b4fc69ce1d6de0a](https://github.com/discourse/discourse/commit/a9734eef8159bf08c53ab7920b4fc69ce1d6de0a)

thanks for reporting the issue @Richie 👍

---

<div class="post-metadata">

**Author:** ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)\
**Post date:** [2019年一月24日 10:00 UTC](https://meta.discourse.org/t/can-we-close-the-gap-at-the-bottom-of-a-topic/107313/8 "2019-01-24T10:00:06Z")

</div>

This topic was automatically closed after 15 hours. New replies are no longer allowed.
