Fix clipped delete button in devices page
This commit is contained in:
@@ -193,7 +193,8 @@ export const Component = () => {
|
||||
positionActionsColumn: 'last',
|
||||
displayColumnDefOptions: {
|
||||
'mrt-row-actions': {
|
||||
header: ''
|
||||
header: '',
|
||||
size: 100
|
||||
}
|
||||
},
|
||||
renderRowActions: ({ row, table }) => {
|
||||
|
||||
Reference in New Issue
Block a user