Skip to content

Commit

Permalink
fix: align card actions to the left (callstack#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
gawrysiak authored and eriveltonelias committed Sep 21, 2018
1 parent 28792f3 commit dbb9a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Card/CardActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const styles = StyleSheet.create({
container: {
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'flex-end',
justifyContent: 'flex-start',
padding: 4,
},
});
Expand Down

0 comments on commit dbb9a96

Please sign in to comment.