# View Latest Topic overlaps with Category Name in Browse Other Topics

**URL:** https://meta.discourse.org/t/view-latest-topic-overlaps-with-category-name-in-browse-other-topics/36695
**Category:** Bug
**Created:** [14 december 2015 om 16:46 UTC](https://meta.discourse.org/t/view-latest-topic-overlaps-with-category-name-in-browse-other-topics/36695 "2015-12-14T16:46:23Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![mwahnish](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mwahnish/32/49874_2.png) [@mwahnish](https://meta.discourse.org/u/mwahnish)
#### Post date: [14 december 2015 om 16:46 UTC](https://meta.discourse.org/t/view-latest-topic-overlaps-with-category-name-in-browse-other-topics/36695/1 "2015-12-14T16:46:23Z")

</div>

If the Category Name is longer than two words, the “or View Latest Topics” link overlaps with the category name.

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

I think this can be solved by removing “overflow: inherit” from the class.

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

I’m on Ubuntu using Firefox but have also had reports from some of our users.

Thanks!

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [15 december 2015 om 01:19 UTC](https://meta.discourse.org/t/view-latest-topic-overlaps-with-category-name-in-browse-other-topics/36695/2 "2015-12-15T01:19:26Z")

</div>

Sure, @techapj can you add a consistent CSS max length for this with overflow, as per the topic lists?

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [15 december 2015 om 13:16 UTC](https://meta.discourse.org/t/view-latest-topic-overlaps-with-category-name-in-browse-other-topics/36695/3 "2015-12-15T13:16:17Z")

</div>

Fixed via:

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

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [15 december 2015 om 13:54 UTC](https://meta.discourse.org/t/view-latest-topic-overlaps-with-category-name-in-browse-other-topics/36695/4 "2015-12-15T13:54:05Z")

</div>


