Skip to content

Commit

Permalink
fix: collapsed content in DataTable (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaulz authored and Trancever committed Feb 6, 2019
1 parent 3df26e4 commit 8d48402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DataTable/DataTableRow.js
Expand Up @@ -50,11 +50,11 @@ const styles = StyleSheet.create({
container: {
borderStyle: 'solid',
borderBottomWidth: StyleSheet.hairlineWidth,
minHeight: 48,
},
content: {
flex: 1,
flexDirection: 'row',
height: 48,
paddingHorizontal: 16,
},
});
Expand Down

0 comments on commit 8d48402

Please sign in to comment.