Fix flow-form header (#25305)

This commit is contained in:
Wendelin
2025-05-05 09:40:54 +02:00
committed by GitHub
parent 75608db9b8
commit a19e7002ea

View File

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