Skip to content

Commit

Permalink
fix(Commons): asset card title rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeaturner committed May 31, 2024
1 parent 00e4f3a commit 9e6d6ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const FileCardContent: React.FC<FileCardContentProps> = ({ file, ...rest }) => {
)}
<Card.Header
as="button"
className="commons-content-card-header !mt-1 !mb-1 text-left hover:underline cursor-pointer hover:!text-blue-500 break-all"
className="commons-content-card-header !mt-1 !mb-1 text-left hover:underline cursor-pointer hover:!text-blue-500 break-words hyphens-auto"
onClick={() => handleFileDownload(file)}
>
<div className="line-clamp-2">{file.name}</div>
Expand Down

0 comments on commit 9e6d6ef

Please sign in to comment.