From 53b3922495c183ac501875f7ab57c4edda690e7c Mon Sep 17 00:00:00 2001 From: feruz Date: Wed, 22 Jan 2020 10:04:33 +0200 Subject: [PATCH] revert width change --- src/components/postElements/body/view/commentBodyView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/postElements/body/view/commentBodyView.js b/src/components/postElements/body/view/commentBodyView.js index 02a446280..ed0094bf6 100644 --- a/src/components/postElements/body/view/commentBodyView.js +++ b/src/components/postElements/body/view/commentBodyView.js @@ -377,7 +377,7 @@ const CommentBody = ({ key={`akey-${created.toString()}`} source={{ html }} allowsFullscreenVideo={true} - style={{ width: WIDTH - (40 + 34 * (commentDepth % 6)) }} + style={{ width: WIDTH - (32 + 34 * (commentDepth % 6)) }} customStyle={customStyle} onMessage={__handleOnLinkPress} customScript={customCommentScript}