Fixes for flow help icon (#12224)

This commit is contained in:
Joakim Sørensen
2022-04-06 00:47:24 +02:00
committed by GitHub
parent 59595aabde
commit 4e82c23b29
7 changed files with 51 additions and 14 deletions

View File

@@ -190,6 +190,10 @@ class StepFlowForm extends LitElement {
margin-top: 24px;
display: block;
}
h2 {
word-break: break-word;
padding-right: 72px;
}
`,
];
}