mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03: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:
parent
9ea6696bf9
commit
6f6f601ca8
@ -25,10 +25,11 @@ const SplitLayout = styled(PageSection)`
|
||||
}
|
||||
`;
|
||||
const Card = styled(_Card)`
|
||||
display: inline-block;
|
||||
break-inside: avoid;
|
||||
margin-bottom: 24px;
|
||||
width: 100%;
|
||||
&& {
|
||||
display: inline-block;
|
||||
margin-bottom: 24px;
|
||||
width: 100%;
|
||||
}
|
||||
`;
|
||||
const CardHeader = styled(_CardHeader)`
|
||||
&& {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user