# Title not shown on mobile when the topic has many tags

**URL:** https://meta.discourse.org/t/title-not-shown-on-mobile-when-the-topic-has-many-tags/184683
**Category:** UX
**Created:** [March 28, 2021, 10:56pm UTC](https://meta.discourse.org/t/title-not-shown-on-mobile-when-the-topic-has-many-tags/184683 "2021-03-28T22:56:08Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![littleviolette](https://avatars.discourse-cdn.com/v4/letter/l/d26b3c/32.png) [@littleviolette](https://meta.discourse.org/u/littleviolette)
#### Post date: [March 28, 2021, 10:56pm UTC](https://meta.discourse.org/t/title-not-shown-on-mobile-when-the-topic-has-many-tags/184683/1 "2021-03-28T22:56:08Z")

</div>

Our community has recently noticed that the title of a topic is off the screen when the topic has many tags (~20 tags):

 ![Screenshot_20210326-222922_Chrome](https://global.discourse-cdn.com/meta/original/3X/b/c/bcb7d1f06344c64635bc5c0bb8c448c767245558.jpeg)

Many thanks!

---

<div class="post-metadata">

### Author: ![littleviolette](https://avatars.discourse-cdn.com/v4/letter/l/d26b3c/32.png) [@littleviolette](https://meta.discourse.org/u/littleviolette)
#### Post date: [March 28, 2021, 11:14pm UTC](https://meta.discourse.org/t/title-not-shown-on-mobile-when-the-topic-has-many-tags/184683/2 "2021-03-28T23:14:15Z")

</div>

I am able to temporary fix it by changing the default `display: inline-flex` to `display:block` for `.discourse-tags` . Not sure if it’s an intentional change in Discourse’s recent update.

```
.extra-info-wrapper .title-wrapper .topic-header-extra .discourse-tags{
    display:block;
}

```

---

<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: [June 14, 2021, 11:02pm UTC](https://meta.discourse.org/t/title-not-shown-on-mobile-when-the-topic-has-many-tags/184683/3 "2021-06-14T23:02:35Z")

</div>

I’ve added a fix for this, there’s some more detail here:

> [@Title of topic disappears on mobile when there are three rows of tags](https://meta.discourse.org/t/title-of-topic-disappears-on-mobile-when-there-are-three-rows-of-tags/186746/5):
>
> I think this was actually a regression? Either way there’s a fix in where the tag list is simply truncated: [Screen Shot 2021-06-14 at 7.00.27 PM] [https://github.com/discourse/discourse/commit/2110fd26383bb7e8d9f66b910e535bdc7b53d75c](https://github.com/discourse/discourse/commit/2110fd26383bb7e8d9f66b910e535bdc7b53d75c)

---

<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: [June 14, 2021, 11:02pm UTC](https://meta.discourse.org/t/title-not-shown-on-mobile-when-the-topic-has-many-tags/184683/4 "2021-06-14T23:02:45Z")

</div>


