From 0ddf3aa675c63d8d2e67835f6b614976b45e396b Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:12:50 -0700 Subject: [PATCH] Uncap width of ha-statistics-picker (#25822) --- src/components/entity/ha-statistics-picker.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/entity/ha-statistics-picker.ts b/src/components/entity/ha-statistics-picker.ts index e259a222e9..96eab269ee 100644 --- a/src/components/entity/ha-statistics-picker.ts +++ b/src/components/entity/ha-statistics-picker.ts @@ -173,7 +173,6 @@ class HaStatisticsPicker extends LitElement { static styles = css` :host { - width: 200px; display: block; } ha-statistic-picker {