🐛 Fix long project name visual problem on dashboard

This commit is contained in:
Andrey Antukh
2026-01-08 11:40:55 +01:00
parent d53c090900
commit 97e4f4c424

View File

@@ -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 {