Skip to content

Commit 6067a8c

Browse files
committed
fix space for selected options only
1 parent 2b5faa0 commit 6067a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Block.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Block.propTypes = {
9393
card: PropTypes.bool,
9494
left: PropTypes.bool,
9595
shadow: PropTypes.bool,
96-
space: PropTypes.string,
96+
space: PropTypes.oneOf(['between', 'around', 'evenly' ]),
9797
fluid: PropTypes.bool,
9898
height: PropTypes.number,
9999
width: PropTypes.number,

0 commit comments

Comments
 (0)