mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03: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