Skip to content

Commit

Permalink
fix icon position of disabled entities on device page
Browse files Browse the repository at this point in the history
  • Loading branch information
spacegaier committed Apr 24, 2024
1 parent fbda9ca commit acf3c83
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,7 @@ export class HaDeviceEntitiesCard extends LitElement {
display: block;
}
ha-icon {
margin-left: 8px;
margin-inline-start: 8px;
margin-inline-start: -6px;
margin-inline-end: initial;
}
.entity-id {
Expand Down

0 comments on commit acf3c83

Please sign in to comment.