Skip to content

Commit

Permalink
Merge pull request #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

3 comments on commit cbca4f3

@AliciaWamsley
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this go in the earlier versions also?

@oliviertassinari
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean the one that only support react v0.13? I don't know, I can't see good reasons to continue supporting react v0.13. @shaurya947?

@shaurya947
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I agree. @oliviertassinari

Please sign in to comment.