Skip to content

Commit 00d80a1

Browse files
machourHoussein Djirdeh
authored andcommitted
fix(ui): don't truncate org description (#766)
1 parent 3991e82 commit 00d80a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/organization/screens/organization-profile.screen.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const DescriptionListItem = styled(ListItem).attrs({
2222
color: colors.greyDark,
2323
...fonts.fontPrimary,
2424
},
25+
subtitleNumberOfLines: 0,
2526
})``;
2627

2728
const LoadingMembersContainer = styled.View`

0 commit comments

Comments
 (0)