Skip to content

Commit

Permalink
[Tab] Fix fullWidth CSS (#12495)
Browse files Browse the repository at this point in the history
* fix fullwidth for tab

* Use the default value
  • Loading branch information
jankjr authored and oliviertassinari committed Aug 13, 2018
1 parent 30406b7 commit 7c2b4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/Tab/Tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const styles = theme => ({
fullWidth: {
flexShrink: 1,
flexGrow: 1,
maxWidth: 'auto',
maxWidth: 'none',
},
/* Styles applied to the `icon` and `label`'s wrapper element. */
wrapper: {
Expand Down

0 comments on commit 7c2b4a3

Please sign in to comment.