From fe9bd37c74427c228f365965b45bb35b3c2a3ff2 Mon Sep 17 00:00:00 2001 From: Alex Corey Date: Fri, 8 Jan 2021 14:42:45 -0500 Subject: [PATCH] fixes pagination issue on modal --- awx/ui_next/src/components/SelectedList/SelectedList.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui_next/src/components/SelectedList/SelectedList.jsx b/awx/ui_next/src/components/SelectedList/SelectedList.jsx index a36eab044a..b351440ec8 100644 --- a/awx/ui_next/src/components/SelectedList/SelectedList.jsx +++ b/awx/ui_next/src/components/SelectedList/SelectedList.jsx @@ -6,7 +6,7 @@ import styled from 'styled-components'; import ChipGroup from '../ChipGroup'; const Split = styled(PFSplit)` - margin: 20px 0px; + margin: 20px 0 5px 0; align-items: baseline; `;