adjust DetailList spacing when two appear in succession

This commit is contained in:
Keith J. Grant 2022-09-15 09:37:03 -07:00
parent 35e9d00beb
commit 7e7991bb63

View File

@ -29,4 +29,8 @@ export default styled(DetailList)`
--column-count: 3;
}
`}
& + & {
margin-top: 20px;
}
`;