Skip to content

Commit

Permalink
removing px for one special fontsize case
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed Aug 13, 2020
1 parent a5fc1fa commit 8ebd4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/components/ListView/Filters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function SelectFilter({
spacing: {
baseUnit: 2,
minWidth: '5em',
fontSize: `${theme.typography.sizes.s}px`,
fontSize: theme.typography.sizes.s,
},
};

Expand Down

0 comments on commit 8ebd4c6

Please sign in to comment.