I have a custom card that uses yaml so I have no visual editor. Is there a way for me card to be the full width of a section but it not get any taller? Its a history graph with several items being watched but I dont want it to be giant, just as wide as the section its in.
graph_span: 24h
header:
show: true
title: 🌧️ Front Porch Humidity (24h History)
show_states: true
colorize_states: true
all_series_config:
stroke_width: 3
curve: smooth
series:
- entity: sensor.front_porch_air_temperature
name: Temp
type: line
color: "#42a5f5"
float_precision: 2
- entity: sensor.front_porch_humidity
name: Humidity
type: line
color: "#FFA500"
float_precision: 2
- entity: sensor.front_porch_battery_level
name: Battery
type: line
color: "#F54927"
float_precision: 2
The yaml in question