feat: added floating toolbar on text selection (#378)

style: re-designed create-issue modal
This commit is contained in:
Dakshesh Jain 2023-03-06 22:49:06 +05:30 committed by GitHub
parent d28fe930a6
commit 82f8b6d387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 86 additions and 39 deletions

View file

@ -185,7 +185,9 @@ export const SingleProjectCard: React.FC<ProjectCardProps> = ({
</span>
)}
</div>
<p className="mt-3.5 mb-7">{truncateText(project.description ?? "", 100)}</p>
<p className="mt-3.5 mb-7 break-all">
{truncateText(project.description ?? "", 100)}
</p>
</a>
</Link>
<div className="flex h-full items-end justify-between">