From 2e4373d6017b20086dcebb69f639d44eccbac53c Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Tue, 23 Feb 2021 00:24:07 +0500 Subject: [PATCH] give fixed width to Paragraph on introduction screen --- apps/mobile/src/components/SplashScreen/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/mobile/src/components/SplashScreen/index.js b/apps/mobile/src/components/SplashScreen/index.js index 9abc7f6a2..3cb518adf 100644 --- a/apps/mobile/src/components/SplashScreen/index.js +++ b/apps/mobile/src/components/SplashScreen/index.js @@ -205,6 +205,7 @@ const SplashScreen = () => { fontWeight: 'normal', textAlign: 'center', alignSelf: 'center', + maxWidth:"80%" }}> {item.description}