Lovelace Glance Card: Scale Entities to Fill

If I have a Lovalace Glance card with only a couple entities in it, it does not fill the full width of the card. Rather, it makes each entity take up only 20% and leaves a lot of whitespace on the right. I would love to have the option to scale the DIVs to fit the full width of the card. Please?

I can’t tell when it was added, but I see now in the LL Card Gallery that it is now possible to specify column_width!

HASS devs rock!

Use ‘column_width’ statement, f.i.

      - type: glance
        title: something
        show_name: true
        column_width: calc(100% / n)

n is the number of elements in the card you want to have in one row.

1 Like