Skip to content

Commit

Permalink
fix topbar text overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Jun 10, 2024
1 parent ccce980 commit d2fea9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Breadcrumbs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function Breadcrumbs({breadcrumbs, style}: BreadcrumbsProps) {
<Text style={[styles.breadcrumbSeparator]}>/</Text>
<Text
numberOfLines={1}
style={[styles.mw75, styles.flexShrink0, styles.breadcrumb]}
style={[styles.mw75, styles.flexShrink0, styles.breadcrumb, styles.flex1]}
>
{secondaryBreadcrumb.text}
</Text>
Expand Down

0 comments on commit d2fea9f

Please sign in to comment.