mirror of
https://github.com/usememos/memos.git
synced 2025-02-22 22:27:37 +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}
|
||||
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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user