mirror of
				https://github.com/tooot-app/app
				synced 2025-06-05 22:19:13 +02:00 
			
		
		
		
	Fixed #55
This commit is contained in:
		| @@ -24,6 +24,7 @@ const HeaderSharedApplication = React.memo( | |||||||
|           application.website && (await openLink(application.website)) |           application.website && (await openLink(application.website)) | ||||||
|         }} |         }} | ||||||
|         style={[styles.application, { color: theme.secondary }]} |         style={[styles.application, { color: theme.secondary }]} | ||||||
|  |         numberOfLines={1} | ||||||
|       > |       > | ||||||
|         {t('shared.header.shared.application', { |         {t('shared.header.shared.application', { | ||||||
|           application: application.name |           application: application.name | ||||||
| @@ -36,6 +37,7 @@ const HeaderSharedApplication = React.memo( | |||||||
|  |  | ||||||
| const styles = StyleSheet.create({ | const styles = StyleSheet.create({ | ||||||
|   application: { |   application: { | ||||||
|  |     flex: 1, | ||||||
|     ...StyleConstants.FontStyle.S, |     ...StyleConstants.FontStyle.S, | ||||||
|     marginLeft: StyleConstants.Spacing.S |     marginLeft: StyleConstants.Spacing.S | ||||||
|   } |   } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user