Skip to content

Commit

Permalink
Merge pull request #4820 from jdai8/fixBottomPadding
Browse files Browse the repository at this point in the history
[Card] Fix bottom padding
  • Loading branch information
oliviertassinari authored Jul 26, 2016
2 parents b7599a4 + 48e0c60 commit 534e3fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Card/Card.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ class Card extends Component {
if (doClone) {
element = React.cloneElement(currentChild, newProps, currentChild.props.children, newChild);
}
lastElement = element;
return element;
}, this);

Expand Down

0 comments on commit 534e3fb

Please sign in to comment.