Slider value labels are being cut off in various places.

Label doesn't get cut off and is fully visible, even the part outside of cards.
I can confirm that, as I had noticed the same a few days ago. Fix is on its way.
@bramkragten, https://github.com/home-assistant/frontend/pull/7651 fixed this issue only partly.
For (number helper) range sliders in a Lovelace entities card, the label still gets cut off.
@zepfietje This is how it looks for me. Not sure if there is a missing pixel on top or not. Looks the same to me compared to the light brightness slider.

@spacegaier, I'm talking about the Lovelace entities card, not the details card.
That was what I tested first and there it was fine on my end, so I moved on to the more-info 馃槃 .

Can you post a screenshot to illustrate the scenario you found? Does the number helper need to be at the top or something along those lines for the issue to appear?
@spacegaier, if you move the number helper to be the first entity in the card, the issue should occur. 馃槈
Please post a screenshot, because I cannot reproduce it.

Ah, an entities card without title 馃槃. No ideas, how to properly fix that. @bramkragten or other CSS wizards need to chime in here.
The reason it happens is that overflow is hidden on the ha-card element... But it's there for a reason.. I can take a look later potentially