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