mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-11 07:56:50 +02:00
fix: use max-w-xs for proper filename truncation
This commit is contained in:
@@ -353,7 +353,7 @@ export function BlossomUploadDialog({
|
||||
"size-12 text-muted-foreground",
|
||||
)
|
||||
)}
|
||||
<p className="font-medium text-sm line-clamp-1 truncate w-full text-center">
|
||||
<p className="font-medium text-sm truncate max-w-xs text-center">
|
||||
{selectedFile.name}
|
||||
</p>
|
||||
<p className="text-xs text-muted-foreground">
|
||||
|
||||
Reference in New Issue
Block a user