Enable filename wrapping in Recent Assets sidebar
This commit is contained in:
parent
b53958f48b
commit
99df300ddc
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ export default function RecentAssets() {
|
|||
{renderPreview(asset)}
|
||||
</div>
|
||||
<div className="flex-1 min-w-0">
|
||||
<p className="text-sm text-gray-200 truncate font-medium">{asset.original_filename}</p>
|
||||
<p className="text-[11px] text-gray-200 break-words font-medium leading-tight">{asset.original_filename}</p>
|
||||
<p className="text-xs text-gray-500 truncate">
|
||||
{(asset.file_size_bytes / 1024).toFixed(1)} KB
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue