Merge pull request #25617 from overleaf/dp-projec-owner-email-overflow

Truncate long project owner names in project dashboard

GitOrigin-RevId: a3c98b359dc880a3f487c1a6de9a2fe4bb4913c1
This commit is contained in:
David
2025-05-15 11:05:32 +01:00
committed by Copybot
parent 551298852f
commit 5c28fa53ad

View File

@@ -384,6 +384,8 @@ ul.project-list-filters {
.dash-cell-owner {
width: 20%;
overflow: hidden;
text-overflow: ellipsis;
}
.dash-cell-date {