From 48e0c6038c13d555a1119add6f1d9e98347c8ffd Mon Sep 17 00:00:00 2001 From: Jack Dai Date: Sun, 24 Jul 2016 22:25:14 -0400 Subject: [PATCH] [Card] Fix bottom padding --- src/Card/Card.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Card/Card.js b/src/Card/Card.js index b9fc771e13bf5e..322c143c75bbae 100644 --- a/src/Card/Card.js +++ b/src/Card/Card.js @@ -115,6 +115,7 @@ class Card extends Component { if (doClone) { element = React.cloneElement(currentChild, newProps, currentChild.props.children, newChild); } + lastElement = element; return element; }, this);