Skip to content

Commit

Permalink
Adds default styles for listItemText
Browse files Browse the repository at this point in the history
By default, `listItem`s should wrap within their parent element.
  • Loading branch information
chandlervdw authored Aug 12, 2016
1 parent 0123c49 commit 11eb71a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ const styles = {
listItem: {
flexDirection: 'row',
},
listItemText: {
flexDirection: 'row',
flexWrap: 'wrap',
alignItems: 'flex-start',
justifyContent: 'flex-start',
},
listItemBullet: {
fontSize: 20,
lineHeight: 20,
Expand Down

0 comments on commit 11eb71a

Please sign in to comment.