mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
Merge pull request #175 from aryankeluskar/main
Update line of memories to not overflow
This commit is contained in:
commit
7e66d47bd5
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ function LinkComponent({
|
|||
<div className="text-lg text-[#fff] mt-4 line-clamp-2">
|
||||
{title.replace(/(<---chunkId: .*?\n.*?\n---->)/g, "")}
|
||||
</div>
|
||||
<div className="line-clamp-3 mt-2">
|
||||
<div className="truncate line-clamp-3 mt-2">
|
||||
{content.replace(title, "")}
|
||||
</div>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue