Fix inspector wrapping layout

Summary: the default child alignment of 'stretch' is not compatible with flexWrap:'wrap'. By aligning children to the start of the container we fix this.

Reviewed By: jingc

Differential Revision: D3436864

fbshipit-source-id: ead5a5765ed0c336ed6e727af2970d4e6d7ff34f
This commit is contained in:
Emil Sjolander 2016-06-15 11:06:26 -07:00 committed by Facebook Github Bot 3
parent 5db4aad347
commit 9803f3b0dc
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ var styles = StyleSheet.create({
breadcrumb: {
flexDirection: 'row',
flexWrap: 'wrap',
alignItems: 'flex-start',
marginBottom: 5,
},
selected: {