diff --git a/frontend/src/app/main/ui/dashboard/projects.scss b/frontend/src/app/main/ui/dashboard/projects.scss index 173a487f8b..07a6a4c550 100644 --- a/frontend/src/app/main/ui/dashboard/projects.scss +++ b/frontend/src/app/main/ui/dashboard/projects.scss @@ -84,12 +84,15 @@ .project-name { @include t.use-typography("body-large"); - width: fit-content; - margin-inline-end: var(--sp-m); - line-height: 0.8; color: var(--title-foreground-color-hover); cursor: pointer; height: var(--sp-l); + line-height: 0.8; + margin-inline-end: var(--sp-m); + overflow: hidden; + text-overflow: ellipsis; + width: fit-content; + white-space: nowrap; } .info-wrapper {