Wrap interactive buttons when needed (#1339)

This commit is contained in:
enahum 2018-01-08 14:19:59 -03:00 committed by GitHub
parent 9bc9ca6245
commit cf9341406a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -447,7 +447,8 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
},
actionsContainer: {
flex: 1,
flexDirection: 'row'
flexDirection: 'row',
flexWrap: 'wrap'
}
};
});