From 78c2c6370a4e53351d16e4756fce1339ead1fca7 Mon Sep 17 00:00:00 2001 From: David <33458145+davidmcpowell@users.noreply.github.com> Date: Wed, 15 May 2024 14:31:04 +0100 Subject: [PATCH] Merge pull request #18337 from overleaf/dp-long-words-in-project-titles Wrap long words in project titles to avoid overflow GitOrigin-RevId: aef9389f04927e4dafeb192b3275ee85cb10a78a --- services/web/frontend/stylesheets/app/project-list-react.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/web/frontend/stylesheets/app/project-list-react.less b/services/web/frontend/stylesheets/app/project-list-react.less index 76bc4bfbf4..4669ceaf07 100644 --- a/services/web/frontend/stylesheets/app/project-list-react.less +++ b/services/web/frontend/stylesheets/app/project-list-react.less @@ -438,7 +438,9 @@ } .dash-cell-name { + hyphens: auto; width: 50%; + word-break: break-word; } .dash-cell-owner {