Skip to content

Commit

Permalink
[Tab]: Removed fontSize from sm media-query
Browse files Browse the repository at this point in the history
  • Loading branch information
Elmer Dantas committed Jan 22, 2020
1 parent a9a5f9f commit a3a816c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/material-ui/src/Tab/Tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const styles = theme => ({
whiteSpace: 'normal',
textAlign: 'center',
[theme.breakpoints.up('sm')]: {
fontSize: theme.typography.pxToRem(13),
minWidth: 160,
},
},
Expand Down

0 comments on commit a3a816c

Please sign in to comment.