Various RTL fixes (#25231)

This commit is contained in:
Yosi Levy
2025-04-30 22:07:55 +03:00
committed by GitHub
parent 2dbdbb4b64
commit 05b49e8c80
5 changed files with 11 additions and 1 deletions

View File

@@ -278,7 +278,9 @@ class StepFlowForm extends LitElement {
}
h2 {
word-break: break-word;
padding-right: 72px;
padding-inline-end: 72px;
padding-inline-start: initial;
direction: var(--direction);
}
`,