RTL fixes for state info (#20056)

This commit is contained in:
Yosi Levy 2024-03-13 10:17:27 +02:00 committed by GitHub
parent 279eeaa442
commit 4ab0047dc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,8 @@ class StateCardAlert extends LitElement {
}
ha-entity-toggle {
margin: -4px -16px -4px 0;
margin-inline-start: 0;
margin-inline-end: -16px;
padding: 4px 16px;
}
`,

View File

@ -37,6 +37,8 @@ class StateCardToggle extends LitElement {
css`
ha-entity-toggle {
margin: -4px -16px -4px 0;
margin-inline-start: 0;
margin-inline-end: -16px;
padding: 4px 16px;
}
`,