mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
fixes survey row alignment issue
This commit is contained in:
@@ -20,10 +20,12 @@ import DataListCell from '../../../components/DataListCell';
|
|||||||
import ChipGroup from '../../../components/ChipGroup';
|
import ChipGroup from '../../../components/ChipGroup';
|
||||||
|
|
||||||
const DataListAction = styled(_DataListAction)`
|
const DataListAction = styled(_DataListAction)`
|
||||||
margin-left: 0;
|
&& {
|
||||||
margin-right: 20px;
|
margin-left: 0;
|
||||||
padding-top: 15px;
|
margin-right: 20px;
|
||||||
padding-bottom: 15px;
|
padding-top: 0;
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
const Button = styled(_Button)`
|
const Button = styled(_Button)`
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user