Commit 952428c1 authored by Steven's avatar Steven

chore: update default max height

parent cfe17650
...@@ -80,7 +80,7 @@ const MemoContent: React.FC<Props> = (props: Props) => { ...@@ -80,7 +80,7 @@ const MemoContent: React.FC<Props> = (props: Props) => {
ref={memoContentContainerRef} ref={memoContentContainerRef}
className={clsx( className={clsx(
"relative w-full max-w-full word-break text-base leading-snug space-y-2 whitespace-pre-wrap", "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, contentClassName,
)} )}
onClick={handleMemoContentClick} onClick={handleMemoContentClick}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment