Skip to content

Commit

Permalink
Merge pull request mui#1833 from AliciaWamsley/patch-1
Browse files Browse the repository at this point in the history
[CardMedia] Add width='100%' to mediaChild
  • Loading branch information
oliviertassinari committed Oct 21, 2015
2 parents 3dc01af + 26e3a3e commit cbca4f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/card/card-media.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const CardMedia = React.createClass({
verticalAlign: 'top',
maxWidth: '100%',
minWidth: '100%',
width:'100%',
},
};
},
Expand Down

0 comments on commit cbca4f3

Please sign in to comment.