mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
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