Skip to content

Commit

Permalink
πŸ› Add small padding to deal with cut off text #2255 (#2256)
Browse files Browse the repository at this point in the history
* πŸ› Add small padding to deal with cut off text #2255

* πŸ› increase padding #2255
  • Loading branch information
millianapia authored May 3, 2024
1 parent 707c896 commit c360572
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const TWCard = ({ slug, title, ingress, publishDateTime, heroImage }: CardData)
eyebrow: <FormattedDate datetime={publishDateTime} uppercase />,
})}
/>
{ingress && <Blocks value={ingress} className="line-clamp-5 grow" />}
{ingress && <Blocks value={ingress} className="line-clamp-5 grow pb-[0.5em]" />}
</Card.Content>
</Card>
)
Expand Down

0 comments on commit c360572

Please sign in to comment.