This commit is contained in:
Zhiyuan Zheng 2021-03-13 14:18:14 +01:00
parent cca0ca7032
commit 2620ec52bb
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ const HeaderSharedApplication = React.memo(
application.website && (await openLink(application.website))
}}
style={[styles.application, { color: theme.secondary }]}
numberOfLines={1}
>
{t('shared.header.shared.application', {
application: application.name
@ -36,6 +37,7 @@ const HeaderSharedApplication = React.memo(
const styles = StyleSheet.create({
application: {
flex: 1,
...StyleConstants.FontStyle.S,
marginLeft: StyleConstants.Spacing.S
}