kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'sidebar-link-truncate' into 'main'
SidebarNavigationLink: truncate too-long text See merge request soapbox-pub/soapbox!3060environments/review-main-yi2y9f/deployments/4692
commit
cdc8c70078
|
@ -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>
|
||||
);
|
||||
});
|
||||
|
|
Ładowanie…
Reference in New Issue