Bug
Shipped
Badge Pill Avatar & Text Alignment UI Issue
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 🙌