diff --git a/src/style/StyleSheet.js b/src/style/StyleSheet.js index 22880e8dcedd..c95372fe3a32 100644 --- a/src/style/StyleSheet.js +++ b/src/style/StyleSheet.js @@ -85,6 +85,11 @@ const styles = { historyItemAvatarWrapper: { width: 40, }, + historyItemMessageWrapper: { + flexGrow: 1, + paddingLeft: 50, + marginBottom: 20, + }, historyItemAvatar: { borderRadius: 20, height: 40,