mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-14 23:21:20 +00:00
Update line of memories to not overflow
This commit is contained in:
parent
613c0d3199
commit
9143e940df
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