SidebarNavigationLink: truncate too-long text

environments/review-main-yi2y9f/deployments/4692
Alex Gleason 2024-06-08 15:59:13 -05:00
rodzic 3ce9e1167a
commit 5cc9f3f6e6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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>
);
});