Web:Files:SharingPanel: add truncate for sharing panel header

This commit is contained in:
Timofey Boyko 2022-04-21 18:15:34 +03:00
parent 796e3448bc
commit e2f8f40086

View File

@ -60,7 +60,7 @@ const Header = ({
<Heading
className="sharing_panel-header"
size="medium"
truncate={!isPersonal}
truncate={true}
style={{ fontWeight: 700 }}
>
{uploadPanelVisible && label && isPersonal