There was an error while loading. Please reload this page.
2 parents 04cc358 + 5bae25d commit 57e6510Copy full SHA for 57e6510
1 file changed
frontend/app/components/modules/project/components/shared/header.vue
@@ -33,10 +33,9 @@ SPDX-License-Identifier: MIT
33
34
<h1
35
class="font-bold mr-3 ease-linear transition-all
36
- font-secondary duration-200 text-heading-4 line-clamp-1"
+ font-secondary duration-200 text-heading-4 line-clamp-1 max-w-[25ch] truncate"
37
: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'
+ scrollTop > 50 ? 'md:text-heading-3' : 'md:text-heading-2'
40
]"
41
>
42
{{ props.project?.name }}
0 commit comments