mirror of
https://github.com/usememos/memos.git
synced 2025-02-23 06:37:41 +01:00
chore: update default max height
This commit is contained in:
parent
cfe1765067
commit
952428c15d
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user