Skip to content

Commit

Permalink
Merge pull request #424 from felipeleusin/card_width
Browse files Browse the repository at this point in the history
Includes width with card
  • Loading branch information
jxnblk committed Sep 8, 2018
2 parents a5e12bb + ecdb058 commit fbcdb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Card.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Card = sys({
boxShadow: 2
}, {
overflow: 'hidden'
}, 'space', 'color')
}, 'space', 'width', 'color')

Card.displayName = 'Card'

Expand Down

0 comments on commit fbcdb01

Please sign in to comment.