From b7c4cb1f58261569c22cdf20d6c6f20ba0f29dea Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Tue, 9 Apr 2024 12:03:06 +0200 Subject: [PATCH] :bug: Fix project name being cut --- frontend/src/app/main/ui/dashboard/projects.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/app/main/ui/dashboard/projects.scss b/frontend/src/app/main/ui/dashboard/projects.scss index eb73b2e89..e3b57fba5 100644 --- a/frontend/src/app/main/ui/dashboard/projects.scss +++ b/frontend/src/app/main/ui/dashboard/projects.scss @@ -85,6 +85,9 @@ line-height: 0.8; color: var(--title-foreground-color-hover); cursor: pointer; + height: $s-16; + display: inline-flex; + align-items: center; } .info-wrapper {