diff --git a/packages/web/components/patterns/LibraryCards/LibraryCardStyles.tsx b/packages/web/components/patterns/LibraryCards/LibraryCardStyles.tsx index 8e1851ca4..b224994d7 100644 --- a/packages/web/components/patterns/LibraryCards/LibraryCardStyles.tsx +++ b/packages/web/components/patterns/LibraryCards/LibraryCardStyles.tsx @@ -58,6 +58,7 @@ export const DescriptionStyle = { '-webkit-box-orient': 'vertical', height: '45px', alignItems: 'start', + maxWidth: '-webkit-fill-available', } export const AuthorInfoStyle = {