Skip to content

Commit

Permalink
[Tab] Fix maxWidth issue with fullWidth mode (#12158)
Browse files Browse the repository at this point in the history
* Removed maxWidth:264 constraint

* ready to be merged
  • Loading branch information
chenop authored and oliviertassinari committed Jul 15, 2018
1 parent 34feb3e commit 7562658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/Tab/Tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export const styles = theme => ({
fullWidth: {
flexShrink: 1,
flexGrow: 1,
maxWidth: 'auto',
},
wrapper: {
display: 'inline-flex',
Expand Down

0 comments on commit 7562658

Please sign in to comment.