mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
Tweak ActionButtonCell definition and export
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
import DataListCell from '@components/DataListCell';
|
import DataListCell from '@components/DataListCell';
|
||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
|
|
||||||
DataListCell.displayName = 'ActionButtonCell';
|
const ActionButtonCell = styled(DataListCell)`
|
||||||
export default styled(DataListCell)`
|
|
||||||
& > :not(:first-child) {
|
& > :not(:first-child) {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
ActionButtonCell.displayName = 'ActionButtonCell';
|
||||||
|
export default ActionButtonCell;
|
||||||
|
|||||||
Reference in New Issue
Block a user