piitaya / lovelace-mushroom

Build a beautiful Home Assistant dashboard easily
Apache License 2.0
3.33k stars 316 forks source link

[Bug]: Title Card misaligned in Section #1463

Closed geeForceOne closed 2 weeks ago

geeForceOne commented 2 weeks ago

Requirements

Current Behavior

If Title Card is used in Sections (Section is max 1 column) and the Layout is set to 1x2 the Subtitle is misaligned.

image

image

image

Expected Behavior

No response

Steps To Reproduce

No response

Context

YAML state

Environment

- Browser: Edge
- HA Version: 2024.7.1
- Mushroom: 3.6.3

Anything else?

No response

piitaya commented 2 weeks ago

You should increase the height of the card or reset to default. You can also try with this yaml configuration :

grid_rows: auto
grid_columns: 2
geeForceOne commented 2 weeks ago

awesome! grid_rows: auto did the job. Many thanks!