mirror of
https://github.com/ansible/awx.git
synced 2026-04-12 05:29:24 -02:30
adjust DetailList spacing when two appear in succession
This commit is contained in:
@@ -29,4 +29,8 @@ export default styled(DetailList)`
|
||||
--column-count: 3;
|
||||
}
|
||||
`}
|
||||
|
||||
& + & {
|
||||
margin-top: 20px;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user