UI-Lovelace-Minimalist/UI

Chips cutoff emojis

finder39 opened this issue · 4 comments

Describe the bug
The chips at the top seem to slightly cut off taller emojis when they are present in the label.

Screenshots
image

Additional context
This only started happening with the latest update (v1.3.7)

Same issue here. Only happening on iPhone, same chips on desktop are not being cutoff.

Any update on this bug? Ty

I found 2 solutions, not clear why either one works for me - which I think speaks more to there being a bug deeper in the system.

Solution 1 (this one makes some sense): override the styles > label > line-height and set it to "auto". It's default set to "100%" on chips template.

Solution 2 (this one completely baffles me): override the styles > label > font-size and set it to "24px". It's default set to "14px" on chips template.

Same issue here.