Fix a disabled entity row's height on a device card (#22577)

Update ha-device-entities-card.ts
This commit is contained in:
ildar170975 2024-10-29 12:06:01 +03:00 committed by GitHub
parent 00934f2183
commit 25e7c4f1b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -303,6 +303,9 @@ export class HaDeviceEntitiesCard extends LitElement {
outline: none;
text-decoration: underline;
}
ha-list-item {
height: 40px;
}
`;
}
}