mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix a disabled entity row's height on a device card (#22577)
Update ha-device-entities-card.ts
This commit is contained in:
parent
00934f2183
commit
25e7c4f1b2
@ -303,6 +303,9 @@ export class HaDeviceEntitiesCard extends LitElement {
|
||||
outline: none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
ha-list-item {
|
||||
height: 40px;
|
||||
}
|
||||
`;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user