Unable to create a <nbsp> in mushroom template

Does anyone know how I can add a padding value to a Primary or Secondary custom:mushroom-template-card so that they stay aligned?

I can enter a “.” or “-” in the secondary field, but I’d rather a < nbsp> so that it stays clean

Sample:

type: horizontal-stack
cards:
  - type: custom:mushroom-template-card
    primary: Primary Text
    secondary: Secondary
    icon: mdi:home
    layout: vertical
  - type: custom:mushroom-template-card
    primary: Primary Text
    secondary: ''
    icon: mdi:head-question
    layout: vertical

image

Use fill_container: true

2 Likes

D’oh … I’ve been hacking about the YAML with stack-in card
Moved it to the editor version instead and now I see the toggle.

You’re a legend, thank you :slight_smile: