Skip to content

Commit

Permalink
Merge pull request #2522 from aliang/datagrid-header-cell-padding
Browse files Browse the repository at this point in the history
Fix Datagrid header cell padding
  • Loading branch information
fzaninotto committed Nov 13, 2018
2 parents 5701c68 + 36f5c6c commit 24d608d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ra-ui-materialui/src/list/Datagrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ const styles = {
},
headerCell: {
padding: '0 12px',
'&:last-child': {
padding: '0 12px',
},
},
checkbox: {},
row: {},
Expand Down

0 comments on commit 24d608d

Please sign in to comment.