Expanding row that is being clipped

Hi all. I'm working on a project to bring a graphical display to Home Assistant's Assist virtual assistant.
https://github.com/dinki/View-Assist/wiki/ This has thrown me head first into the unknown world of CSS (for me). I am trying to modify some of the cards that Home Assistant provides to full screen views and am running into an issue. I've attached an image where text on certain rows are being clipped on the top and the bottom. Can someone tell me what CSS I can use to adjust so that these have more room for the text?
GitHub
Home
View Assist provides visual feedback for the Home Assistant Assist Voice Assistant - dinki/View-Assist
No description
No description
2 Replies
dinki
dinkiβ€’3w ago
This was solved by using:
line-height: 1.6
line-height: 1.6
vince
vinceβ€’3w ago
There's something more going on, your styles look very... unconventional