Merge pull request #10523 from nixocio/ui_fix_settings

Fix Job Settings Page Break on Firefox

Fix Job Settings Page Break on Firefox
Closes: #10332
Firefox:

Chrome:

Reviewed-by: Marliana Lara <marliana.lara@gmail.com>
Reviewed-by: Tiago Góes <tiago.goes2009@gmail.com>
This commit is contained in:
softwarefactory-project-zuul[bot]
2021-07-12 18:44:40 +00:00
committed by GitHub

View File

@@ -25,10 +25,11 @@ const SplitLayout = styled(PageSection)`
} }
`; `;
const Card = styled(_Card)` const Card = styled(_Card)`
display: inline-block; && {
break-inside: avoid; display: inline-block;
margin-bottom: 24px; margin-bottom: 24px;
width: 100%; width: 100%;
}
`; `;
const CardHeader = styled(_CardHeader)` const CardHeader = styled(_CardHeader)`
&& { && {