Banner text gets pushed to top in mobile view

Just noticed I think there is an issue with the tag banner on mobile. The tag text gets pushed up to the top of the banner. I’ve attached a screenshot from the theme creator preview. The same thing happens on Discourse instances I’ve tested.

To fix the issue above with the tag getting pushed up to the top of the banner on slim screens, I recommend adding this CSS class by default:

.tag-title-header {
    align-items: center;
}

If anyone wants to fix this immediately, you can add this to your custom CSS.

2 Likes

This was fixed per: