Skip to content

Commit 57e6510

Browse files
committed
Merge branch 'feat/multi-repo-select' of github.com:linuxfoundation/insights into feat/multi-repo-select
2 parents 04cc358 + 5bae25d commit 57e6510

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • frontend/app/components/modules/project/components/shared

frontend/app/components/modules/project/components/shared/header.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ SPDX-License-Identifier: MIT
3333

3434
<h1
3535
class="font-bold mr-3 ease-linear transition-all
36-
font-secondary duration-200 text-heading-4 line-clamp-1"
36+
font-secondary duration-200 text-heading-4 line-clamp-1 max-w-[25ch] truncate"
3737
:class="[
38-
scrollTop > 50 ? 'md:text-heading-3' : 'md:text-heading-2',
39-
repoName ? 'max-w-[25ch] truncate' : 'max-w-[25ch] sm:max-w-none sm:line-clamp-none'
38+
scrollTop > 50 ? 'md:text-heading-3' : 'md:text-heading-2'
4039
]"
4140
>
4241
{{ props.project?.name }}

0 commit comments

Comments
 (0)