-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help wanted - truncate "Name" field width #169
Comments
Works perfect! Thank you very much for your help. |
I do not think that the issue must be "just closed". |
It's probably because of HA update, the root cause is described in #134 and the intention of this thread was to workaround the issue. |
Hi,
in reference to #134
I found that the name field can be cut by changing flex property of the .info class. Originally the value looks like this:
flex: 1 0 30%;
and it should be changed to ie.flex: 1 0 0%;
However, I cannot set a proper path to override the style using card-mod plugin. Is this even possible? Here's the code of the example card (Firefox'es Inspector screenshot is better than the code itself I think to show the hierarchy):The text was updated successfully, but these errors were encountered: