Fix flow-form header (#25305)

This commit is contained in:
Wendelin 2025-05-05 09:40:54 +02:00 committed by Paul Bottein
parent f6e36f2038
commit 75e9ac9e73
No known key found for this signature in database

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);
}
`,
];