Variour RTL fixes for automation and others (#26891)

This commit is contained in:
Yosi Levy
2025-09-08 10:13:10 +03:00
committed by GitHub
parent ae35164a57
commit 52061d6c1a
5 changed files with 19 additions and 10 deletions

View File

@@ -262,10 +262,10 @@ export class HaButton extends Button {
}
.button.has-start {
padding-left: 8px;
padding-inline-start: 8px;
}
.button.has-end {
padding-right: 8px;
padding-inline-end: 8px;
}
`,
];