diff --git a/packages/web/components/patterns/LibraryCards/LibraryCardStyles.tsx b/packages/web/components/patterns/LibraryCards/LibraryCardStyles.tsx index 73a1c49ce..cd4fec66c 100644 --- a/packages/web/components/patterns/LibraryCards/LibraryCardStyles.tsx +++ b/packages/web/components/patterns/LibraryCards/LibraryCardStyles.tsx @@ -41,6 +41,7 @@ export const TitleStyle = { fontSize: '16px', fontWeight: '700', maxLines: 2, + lineHeight: 1.25, fontFamily: '$display', overflow: 'hidden', textOverflow: 'ellipsis',