Merge pull request #18337 from overleaf/dp-long-words-in-project-titles

Wrap long words in project titles to avoid overflow

GitOrigin-RevId: aef9389f04927e4dafeb192b3275ee85cb10a78a
This commit is contained in:
David
2024-05-15 14:31:04 +01:00
committed by Copybot
parent d8055e6749
commit 78c2c6370a

View File

@@ -438,7 +438,9 @@
}
.dash-cell-name {
hyphens: auto;
width: 50%;
word-break: break-word;
}
.dash-cell-owner {