Remove fixed height in ha tile info (#24787)

Remove unused height in ha tile info
This commit is contained in:
Paul Bottein 2025-03-27 11:10:45 +01:00 committed by Bram Kragten
parent 1208af510c
commit a7acee0438

View File

@ -26,7 +26,6 @@ export class HaTileInfo extends LitElement {
flex-direction: column; flex-direction: column;
align-items: flex-start; align-items: flex-start;
justify-content: center; justify-content: center;
height: 36px;
} }
span { span {
text-overflow: ellipsis; text-overflow: ellipsis;