diff --git a/src/containers/ViewerInfo.js b/src/containers/ViewerInfo.js
index 73c6742425e01748c8a668d6f3d3bd5200142a4d..8c9e71e71444f644ba8916b9a6bbba33593e537c 100644
--- a/src/containers/ViewerInfo.js
+++ b/src/containers/ViewerInfo.js
@@ -32,6 +32,7 @@ const styles = {
     overflow: 'hidden',
     paddingBottom: 3,
     textOverflow: 'ellipsis',
+    unicodeBidi: 'plaintext',
     whiteSpace: 'nowrap',
     width: '100%',
   },