Skip to content

Commit

Permalink
fix: Spacing issue with remove button
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Aug 23, 2022
1 parent 1411cb1 commit e1706b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/configurator/table/table-chart-sorting-options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ const useStyles = makeStyles<Theme>((theme) => ({
padding: 0,
cursor: "pointer",
marginLeft: "auto",
marginBottom: theme.spacing(2),
top: "2px",
position: "relative",
minWidth: 0,
minHeight: 0,
},
iconWrapper: {
// @ts-ignore
Expand Down

0 comments on commit e1706b1

Please sign in to comment.