Skip to content

Commit

Permalink
ui: Align title with columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Domino987 committed Jun 10, 2021
1 parent 9180ab0 commit db85a06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/MTableToolbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@ MTableToolbar.propTypes = {

export const styles = (theme) => ({
root: {
paddingRight: theme.spacing(1)
paddingRight: theme.spacing(1),
paddingLeft: theme.spacing(2)
},
highlight:
theme.palette.type === 'light'
Expand Down

0 comments on commit db85a06

Please sign in to comment.