chore: update default max height

This commit is contained in:
Steven 2024-10-15 20:38:17 +08:00
parent cfe1765067
commit 952428c15d

View File

@ -80,7 +80,7 @@ const MemoContent: React.FC<Props> = (props: Props) => {
ref={memoContentContainerRef}
className={clsx(
"relative w-full max-w-full word-break text-base leading-snug space-y-2 whitespace-pre-wrap",
showCompactMode && "line-clamp-6 max-h-44",
showCompactMode && "line-clamp-6 max-h-60",
contentClassName,
)}
onClick={handleMemoContentClick}