mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 23:18:03 -03:30
Tweak ActionButtonCell definition and export
This commit is contained in:
parent
7b1158ee8e
commit
35c27c8b16
@ -1,9 +1,10 @@
|
||||
import DataListCell from '@components/DataListCell';
|
||||
import styled from 'styled-components';
|
||||
|
||||
DataListCell.displayName = 'ActionButtonCell';
|
||||
export default styled(DataListCell)`
|
||||
const ActionButtonCell = styled(DataListCell)`
|
||||
& > :not(:first-child) {
|
||||
margin-left: 20px;
|
||||
}
|
||||
`;
|
||||
ActionButtonCell.displayName = 'ActionButtonCell';
|
||||
export default ActionButtonCell;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user