Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Name of button getting cropped

eric1090 opened this issue · comments

Hi,
With the new beta the name of all my button are getting cropped, when i use the same font size: (34px) i attached a screenshot of version 1.73 and latest beta.
also the top bar with the name of the popup doesnt go to the top like before seem to not fill the screen, otherwise i love the beta, its much faster and stable, thank you for your great work and sorry my english is not very good :)
screenshot-2

commented

Hi! Can you tell me if you still have this issue in the latest beta?

Hi,

i just try it and the issue is still there but I was able to fix it by having this line of code in the styling option, custom style of each button
ha-card {font-size: 40px;}
.bubble-name-container { line-height: 24px;}

commented

Thank you for the feedback, this is probably the best to do in your case with your custom font-size 🙂