Skip to content

Commit

Permalink
Fix ListViewGridLayoutExample Fixes #8248
Browse files Browse the repository at this point in the history
Reviewed By: javache

Differential Revision: D3469544

fbshipit-source-id: 6fad3a7b6f7cafbb833818b7b7a3afb3e127bbcf
  • Loading branch information
Emil Sjolander authored and Facebook Github Bot committed Jun 22, 2016
1 parent dd9b3e1 commit dc5b490
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Examples/UIExplorer/ListViewGridLayoutExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ var styles = StyleSheet.create({
list: {
justifyContent: 'space-around',
flexDirection: 'row',
flexWrap: 'wrap'
flexWrap: 'wrap',
alignItems: 'flex-start'
},
row: {
justifyContent: 'center',
Expand Down

0 comments on commit dc5b490

Please sign in to comment.