Increase the profile bio line-count cutoff significantly to only catch very silly newline abuse (close #48)

zio/stable
Paul Frazee 2023-01-17 16:18:41 -06:00
parent c80c63cda5
commit 40d769e854
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ export const ProfileHeader = observer(function ProfileHeader({
{view.description ? (
<RichText
style={[styles.description, pal.text]}
numberOfLines={3}
numberOfLines={15}
text={view.description}
entities={view.descriptionEntities}
/>