From 13aaefa0ac492f9453bafebd419939c808101598 Mon Sep 17 00:00:00 2001 From: Sudheer Date: Thu, 27 Sep 2018 18:45:45 +0530 Subject: [PATCH] [MM-11988] Fix File Upload loading progress indicator alignment (#2181) --- .../file_upload_preview/file_upload_item/file_upload_item.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/file_upload_preview/file_upload_item/file_upload_item.js b/app/components/file_upload_preview/file_upload_item/file_upload_item.js index c6f405588..2dfb85dd5 100644 --- a/app/components/file_upload_preview/file_upload_item/file_upload_item.js +++ b/app/components/file_upload_preview/file_upload_item/file_upload_item.js @@ -274,6 +274,7 @@ const styles = StyleSheet.create({ progressCirclePercentage: { alignItems: 'center', flex: 1, + justifyContent: 'center', }, progressContent: { alignItems: 'center', @@ -281,7 +282,6 @@ const styles = StyleSheet.create({ justifyContent: 'center', left: 0, position: 'absolute', - top: 40, width: '100%', }, progressText: {