mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 05:30:18 -03:30
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:
@@ -6,7 +6,7 @@ import styled from 'styled-components';
|
|||||||
import ChipGroup from '../ChipGroup';
|
import ChipGroup from '../ChipGroup';
|
||||||
|
|
||||||
const Split = styled(PFSplit)`
|
const Split = styled(PFSplit)`
|
||||||
margin: 20px 0px;
|
margin: 20px 0 5px 0;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user