Merge pull request #7022 from nielsvanvelzen/line-break

Fix line breaks in StorageListItem path
This commit is contained in:
Bill Thornton
2025-07-14 14:57:34 -04:00
committed by GitHub
@@ -66,7 +66,8 @@ const StorageListItem: FC<StorageListItemProps> = ({
<Typography
color='textPrimary'
sx={{
paddingBottom: 0.5
paddingBottom: 0.5,
lineBreak: 'anywhere'
}}
>
{folder ? folder.Path : (