diff --git a/client/scss/asset-preview/_asset-preview.scss b/client/scss/asset-preview/_asset-preview.scss index ea33e354..fe2eb06c 100644 --- a/client/scss/asset-preview/_asset-preview.scss +++ b/client/scss/asset-preview/_asset-preview.scss @@ -10,7 +10,7 @@ width: calc(100% - 12px - 12px - 2px); } -h6.list-title { +h3.list-title { margin: 0; text-overflow: ellipsis; word-wrap: break-word; diff --git a/client/src/components/AssetPreview/index.jsx b/client/src/components/AssetPreview/index.jsx index 08295930..d89f0bba 100644 --- a/client/src/components/AssetPreview/index.jsx +++ b/client/src/components/AssetPreview/index.jsx @@ -14,23 +14,23 @@ const AssetPreview = ({ defaultThumbnail, claimData: { name, claimId, fileExt, c case 'image/gif': return (
-
{title}
{name} +

{title}

); case 'video/mp4': return (
-
{title}
{name} +

{title}

); default: