mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 06:29:29 +01:00
give fixed width to Paragraph on introduction screen
This commit is contained in:
@@ -205,6 +205,7 @@ const SplashScreen = () => {
|
|||||||
fontWeight: 'normal',
|
fontWeight: 'normal',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
alignSelf: 'center',
|
alignSelf: 'center',
|
||||||
|
maxWidth:"80%"
|
||||||
}}>
|
}}>
|
||||||
{item.description}
|
{item.description}
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
|
|||||||
Reference in New Issue
Block a user