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}