Hi! I’m a bit stuck… I’m not able to change the font size of the value.
I want to show “-4890” but it’s only showing a few caracters.
I allready modified the font size but it’s not changing anything.
card_mod:
style: |
ha-card {
--ha-card-header-font-size: 13px;
height: 225px !important;
}
.card-header {
justify-content: center !important;
}
.name {
overflow: unset !important;
}
Thanks