Must refresh, to let card_mod do his work in an entity card, setting correct height

type: entities
title: Afvalbeheer
entities:

  • entity: sensor.gft
    secondary_info: none
    card_mod:
    style: |
    hui-generic-entity-row {
    font-size: 14px !important;
    color: #FFFFFF !important;
    height: 15px !important;
    }
  • entity: sensor.restafval
    secondary_info: none
    card_mod:
    style: |
    hui-generic-entity-row {
    font-size: 14px !important;
    color: #FFFFFF !important;
    height: 15px !important;
    }
  • entity: sensor.pmd
    card_mod:
    style: |
    hui-generic-entity-row {
    font-size: 14px !important;
    color: #FFFFFF !important;
    height: 15px !important;
    }

Please use code blocks outlined in the Forum Guidelines

:one::one: Format it properly

When sharing the code, share it as text and not an image. When you do that, remember that spacing is critical in YAML, and if you just throw the code on the page then it'll look ugly and nobody will know if the problem is because of spacing. We need you to use code blocks and appropriate markup.

You can use blocked back ticks ``` or the built in preformatted option in the reply window.