From a275dcf12fee5de22d74c7fbf584e6febd02fa79 Mon Sep 17 00:00:00 2001 From: Zazama Date: Thu, 8 Apr 2021 20:30:22 +0200 Subject: [PATCH] fix word break on projects dashboard page --- client/src/components/Projects/Projects.module.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/components/Projects/Projects.module.scss b/client/src/components/Projects/Projects.module.scss index 1a69b73c..dc2d55ee 100644 --- a/client/src/components/Projects/Projects.module.scss +++ b/client/src/components/Projects/Projects.module.scss @@ -95,6 +95,8 @@ line-height: 1.1; padding: 24px 20px; position: absolute; + hyphens: auto; + word-break: break-word; } .project {