SidebarNavigationLink: truncate too-long text

environments/review-main-yi2y9f/deployments/4692
Alex Gleason 3 months ago
parent 3ce9e1167a
commit 5cc9f3f6e6
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -57,7 +57,7 @@ const SidebarNavigationLink = React.forwardRef((props: ISidebarNavigationLink, r
/>
</span>
<Text weight='semibold' theme='inherit'>{text}</Text>
<Text weight='semibold' theme='inherit' truncate>{text}</Text>
</NavLink>
);
});

Loading…
Cancel
Save