# Suggested topics category formatting

**URL:** https://meta.discourse.org/t/suggested-topics-category-formatting/81799
**Category:** Bug
**Tags:** suggested-topics
**Created:** [February 28, 2018, 5:05pm UTC](https://meta.discourse.org/t/suggested-topics-category-formatting/81799 "2018-02-28T17:05:50Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [February 28, 2018, 5:22pm UTC](https://meta.discourse.org/t/suggested-topics-category-formatting/81799/2 "2018-02-28T17:22:12Z")

</div>

This was very recently fixed earlier in the week.

> [@Overflow in suggested topics when category name is too long](https://meta.discourse.org/t/overflow-in-suggested-topics-when-category-name-is-too-long/81500):
>
> @awesomerobot Could you have a look at this? slight_smile

If you’re on the tests-passed branch you can update to fix it, or if you’re on beta/stable you should be able to add this css:

```scss
#suggested-topics {
    .badge-wrapper {
         display: inline-flex;
         align-items: baseline;
    }
}

```

---

_[View the full topic](https://meta.discourse.org/t/suggested-topics-category-formatting/81799)._
