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 dfe587f297
commit 1367a724a6

View file

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