Files
awx/awx/ui_next/src/components/ActionButtonCell/ActionButtonCell.jsx

10 lines
235 B
JavaScript

import DataListCell from '@components/DataListCell';
import styled from 'styled-components';
DataListCell.displayName = 'ActionButtonCell';
export default styled(DataListCell)`
& > :not(:first-child) {
margin-left: 20px;
}
`;