Skip to content

Commit

Permalink
fix(link-card): remove small visual glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohr committed Jan 8, 2024
1 parent cfd6abd commit fb45908
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
>
<div class="max-h-24 overflow-hidden text-ellipsis">
<p
class="font-title font-medium text-21 text-black break-words pb-1 line-clamp-2"
class="font-title font-medium text-21 text-black break-words mb-1 line-clamp-2"
>
{{ link.name }}
</p>
Expand Down

0 comments on commit fb45908

Please sign in to comment.