Skip to main content
Login Join
Bug Shipped

Badge Pill Avatar & Text Alignment UI Issue

Submitted by Nikul Valani May 18, 2026 Shipped Jun 3, 2026

Hi Team,

I found a small UI/design alignment issue in the Badges awarded this week section. The avatar image and mention text inside the badge pills are not vertically aligned properly, which affects the visual consistency of the layout.

I have attached before/after screenshots for reference.
Before: https://prnt.sc/DSAr1HKXebOE

Possible CSS fix suggestion:

.hp-badge-pill_avatar {

display: flex;
        align-items: center;
}

After css: https://prnt.sc/zbZ5sssu9Gkd

This should help properly align the avatar and text content inside the badge pills 🙌

0 comments