mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 05:01:09 -02:30
Fix Job Settings Page Break on Firefox
Fix Job Settings Page Break on Firefox Closes: https://github.com/ansible/awx/issues/10332
This commit is contained in:
@@ -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)`
|
||||||
&& {
|
&& {
|
||||||
|
|||||||
Reference in New Issue
Block a user