Minor RTL Fix (#23611)

Fixes
This commit is contained in:
Yosi Levy 2025-01-07 12:59:25 +02:00 committed by GitHub
parent 6ef799be60
commit 617480472e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1644,6 +1644,8 @@ export class HaConfigDevicePage extends LitElement {
display: block; display: block;
width: 18px; width: 18px;
height: 18px; height: 18px;
margin-inline-start: 8px;
margin-inline-end: initial;
} }
ha-svg-icon[slot="meta"] { ha-svg-icon[slot="meta"] {