mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
dfe587f297
commit
1367a724a6
1 changed files with 2 additions and 0 deletions
|
@ -438,7 +438,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.dash-cell-name {
|
.dash-cell-name {
|
||||||
|
hyphens: auto;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dash-cell-owner {
|
.dash-cell-owner {
|
||||||
|
|
Loading…
Reference in a new issue