Merge pull request #7022 from nielsvanvelzen/line-break
Fix line breaks in StorageListItem path
This commit is contained in:
@@ -66,7 +66,8 @@ const StorageListItem: FC<StorageListItemProps> = ({
|
||||
<Typography
|
||||
color='textPrimary'
|
||||
sx={{
|
||||
paddingBottom: 0.5
|
||||
paddingBottom: 0.5,
|
||||
lineBreak: 'anywhere'
|
||||
}}
|
||||
>
|
||||
{folder ? folder.Path : (
|
||||
|
||||
Reference in New Issue
Block a user