From 44c62bf511d7863ccbfc79191aa7e50d4976c4e1 Mon Sep 17 00:00:00 2001 From: Rajat Parashar Date: Fri, 6 Aug 2021 21:29:47 +0530 Subject: [PATCH] fix: message alignment --- src/styles/styles.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/styles/styles.js b/src/styles/styles.js index 31d8103e433f..d82277867063 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -1900,10 +1900,6 @@ const webViewStyles = { // styles from the renderer, just pass the "style" prop to the underlying // component. tagStyles: { - body: { - flexDirection: 'row', - }, - em: { fontFamily: fontFamily.GTA_ITALIC, fontStyle: 'italic',