Skip to content

Commit

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

Please sign in to comment.