Title of topic disappears on mobile when there are three rows of tags

On mobile the title of a topic is viewable at the top as you scroll down.

However, when there get to be three rows of tags, the title is no longer shown.

I would rather see the title than all the tags. Perhaps if there are more tags than can be shown, indicate that with a + sign.

What do you all think?

1 Like

Yes, we definitely need to handle this better!

3 Likes

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

6 Likes

I am seeing tags of the first post in search result overflowing to the Advanced Search box.

The error gets fixed when I disable .discourse-tag.bullet {display: inline-flex}. When I re-enabl inline-flex, the error does not reoccur.

1 Like