Skip to content

Commit

Permalink
[Tab] Remove font-size media-query (#19342)
Browse files Browse the repository at this point in the history
  • Loading branch information
elmeerr authored and oliviertassinari committed Jan 22, 2020
1 parent da36226 commit 114aa2f
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 114aa2f

Please sign in to comment.