From 098c6a256716a271f12b1915365bba74a49df1d1 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Thu, 27 Mar 2025 11:10:45 +0100 Subject: [PATCH] Remove fixed height in ha tile info (#24787) Remove unused height in ha tile info --- src/components/tile/ha-tile-info.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/tile/ha-tile-info.ts b/src/components/tile/ha-tile-info.ts index c7067b5595..b18adc3e20 100644 --- a/src/components/tile/ha-tile-info.ts +++ b/src/components/tile/ha-tile-info.ts @@ -26,7 +26,6 @@ export class HaTileInfo extends LitElement { flex-direction: column; align-items: flex-start; justify-content: center; - height: 36px; } span { text-overflow: ellipsis;