fix: Update text breaking so that it breaks words properly

This commit is contained in:
Immanuel Daviel A. Garcia
2026-02-09 12:48:28 -06:00
committed by GitHub
parent f5fa39b97e
commit bd5b27ad51

View File

@@ -439,7 +439,7 @@ export const ShowProjects = () => {
</span>
</div>
<span className="text-sm font-medium text-muted-foreground break-all">
<span className="text-sm font-medium text-muted-foreground break-word">
{project.description}
</span>