fixes pagination issue on modal

This commit is contained in:
Alex Corey 2021-01-08 14:42:45 -05:00
parent 40cf4ff209
commit fe9bd37c74

View File

@ -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;
`;