Skip to content

Commit

Permalink
Improve truncation on project external links (#635)
Browse files Browse the repository at this point in the history
Update index.hbs
  • Loading branch information
jeffdaley authored Mar 6, 2024
1 parent 958de13 commit c5acf53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/app/components/project/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,13 @@
<ExternalLink
data-test-related-link
href={{link.url}}
class="block px-2 py-2.5 group-hover:bg-color-surface-faint"
class="block py-2.5 pl-2 pr-8 group-hover:bg-color-surface-faint"
>
<div class="flex items-center gap-3">
<div class="ml-1 flex">
<Favicon @url={{link.url}} />
</div>
<div class="flex w-full items-end gap-2">
<div class="flex w-full min-w-0 items-end gap-2">
<h4
class="max-w-[65%] truncate text-display-300 font-semibold text-color-foreground-strong"
>
Expand Down

0 comments on commit c5acf53

Please sign in to comment.