forked from ddrilling/asb_cloud_front
fix width of actions column in EditableTable
This commit is contained in:
parent
1bfe5f197e
commit
9d6669c160
@ -133,7 +133,7 @@ export const EditableTable = ({
|
||||
}
|
||||
|
||||
const operationColumn = {
|
||||
width: 80,
|
||||
width: 82,
|
||||
title: (!!onRowAdd) && <Button
|
||||
onClick={addNewRow}
|
||||
disabled={editingKey !== ''}
|
||||
|
Loading…
Reference in New Issue
Block a user