Skip to content

Commit

Permalink
Update ha-device-entities-card.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ildar170975 authored Oct 28, 2024
1 parent 7a1838e commit f49a874
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,7 @@ export class HaDeviceEntitiesCard extends LitElement {
display: block;
}
ha-icon {
margin-left: 8px;
margin-inline-start: 8px;
margin-inline-end: initial;
margin-left: -8px;
}
.entity-id {
color: var(--secondary-text-color);
Expand Down Expand Up @@ -283,6 +281,9 @@ export class HaDeviceEntitiesCard extends LitElement {
.name {
font-size: 14px;
}
.name:dir(rtl) {
margin-inline-start: 8px;
}
.empty {
text-align: center;
}
Expand Down

0 comments on commit f49a874

Please sign in to comment.