File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,12 +78,12 @@ function FooterLink({
78
78
className = "text-tertiary dark:text-tertiary-dark inline group-focus:text-link dark:group-focus:text-link-dark"
79
79
displayDirection = { type === 'Previous' ? 'start' : 'end' }
80
80
/>
81
- < span >
82
- < span className = "block no-underline text-sm tracking-wide text-secondary dark:text-secondary-dark uppercase font-bold group-focus:text-link dark:group-focus:text-link-dark group-focus:text-opacity-100" >
81
+ < div className = "flex flex-col overflow-hidden" >
82
+ < span className = "no-underline text-sm tracking-wide text-secondary dark:text-secondary-dark uppercase font-bold group-focus:text-link dark:group-focus:text-link-dark group-focus:text-opacity-100" >
83
83
{ type }
84
84
</ span >
85
- < span className = "block text-lg group-hover:underline" > { title } </ span >
86
- </ span >
85
+ < span className = "overflow-hidden whitespace-nowrap text-ellipsis text- lg group-hover:underline" title = { title } > { title } </ span >
86
+ </ div >
87
87
</ NextLink >
88
88
) ;
89
89
}
You can’t perform that action at this time.
0 commit comments