From 7e7991bb6397e4d684520a090b2c0504d410c22a Mon Sep 17 00:00:00 2001 From: "Keith J. Grant" Date: Thu, 15 Sep 2022 09:37:03 -0700 Subject: [PATCH] adjust DetailList spacing when two appear in succession --- awx/ui/src/components/DetailList/DetailList.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/awx/ui/src/components/DetailList/DetailList.js b/awx/ui/src/components/DetailList/DetailList.js index 78bc160f64..dceaa1cba9 100644 --- a/awx/ui/src/components/DetailList/DetailList.js +++ b/awx/ui/src/components/DetailList/DetailList.js @@ -29,4 +29,8 @@ export default styled(DetailList)` --column-count: 3; } `} + + & + & { + margin-top: 20px; + } `;