kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
SidebarNavigationLink: truncate too-long text
rodzic
3ce9e1167a
commit
5cc9f3f6e6
|
@ -57,7 +57,7 @@ const SidebarNavigationLink = React.forwardRef((props: ISidebarNavigationLink, r
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<Text weight='semibold' theme='inherit'>{text}</Text>
|
<Text weight='semibold' theme='inherit' truncate>{text}</Text>
|
||||||
</NavLink>
|
</NavLink>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
Ładowanie…
Reference in New Issue