Merge pull request #9047 from AlexSCorey/8923-JTPOLPagination

Fixes pagination issue on modal

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2021-03-01 20:04:12 +00:00 committed by GitHub
commit d1c49d45bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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