Skip to content

Commit

Permalink
Fix a disabled entity row's height on a device card (#22577)
Browse files Browse the repository at this point in the history
Update ha-device-entities-card.ts
  • Loading branch information
ildar170975 authored Oct 29, 2024
1 parent 00934f2 commit 25e7c4f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,9 @@ export class HaDeviceEntitiesCard extends LitElement {
outline: none;
text-decoration: underline;
}
ha-list-item {
height: 40px;
}
`;
}
}
Expand Down

0 comments on commit 25e7c4f

Please sign in to comment.