Skip to content

Commit

Permalink
fix: issue of headerLabel width of author name in FeedPostDefaultView (
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiragPansuriya-iView authored Apr 10, 2024
1 parent 4e73d53 commit e266d82
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@ export const FeedPostDefaultView: FC<{
responsive
noMargin
headerChildren={
<BrandText style={fontSemibold20}>{headerLabel}</BrandText>
<BrandText style={[fontSemibold20, { width: "18%" }]} numberOfLines={1}>
{headerLabel}
</BrandText>
}
onBackPress={() =>
post?.parentPostIdentifier
Expand Down

0 comments on commit e266d82

Please sign in to comment.