From 15cfa1379aaca1e7ab38943dfcf22dee66f40134 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 20 Dec 2025 11:41:25 +0000 Subject: fix(mobile): Fix title line clamp to 2 lines --- apps/mobile/components/bookmarks/BookmarkCard.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'apps') diff --git a/apps/mobile/components/bookmarks/BookmarkCard.tsx b/apps/mobile/components/bookmarks/BookmarkCard.tsx index 922951e5..66f23dc9 100644 --- a/apps/mobile/components/bookmarks/BookmarkCard.tsx +++ b/apps/mobile/components/bookmarks/BookmarkCard.tsx @@ -345,7 +345,8 @@ function LinkCard({ {imageComp} {bookmark.title ?? bookmark.content.title ?? parsedUrl.host} @@ -360,7 +361,9 @@ function LinkCard({ - {parsedUrl.host} + + {parsedUrl.host} + @@ -388,7 +391,7 @@ function TextCard({ {bookmark.title && ( - + {bookmark.title} )} @@ -443,7 +446,9 @@ function AssetCard({ {title && ( - {title} + + {title} + )} {note && ( -- cgit v1.2.3-70-g09d2