Skip to content

Commit

Permalink
fix: adjusted number of lines in avatar header
Browse files Browse the repository at this point in the history
  • Loading branch information
pwysowski committed Apr 14, 2020
1 parent c5226ea commit 5bc5778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/predefinedComponents/AvatarHeader/AvatarHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class AvatarHeader extends React.Component {
{ opacity: authorOpacity }
]}
>
<Text numberOfLines={4} style={[styles.message, styles.foregroundTitle]}>{title}</Text>
<Text numberOfLines={2} style={[styles.message, styles.foregroundTitle]}>{title}</Text>
</Animated.View>
<Animated.View style={[styles.infoContainer, { opacity: aboutOpacity }]}>
<Text style={styles.infoText}>{subtitle}</Text>
Expand Down

0 comments on commit 5bc5778

Please sign in to comment.