mirror of
https://github.com/zadam/trilium.git
synced 2026-01-16 19:44:24 +01:00
fix(client): max content width not preserved (closes #8065)
This commit is contained in:
parent
f7ae046b20
commit
5cc7b259ce
@ -215,7 +215,7 @@ export default function NoteDetail() {
|
||||
return (
|
||||
<div
|
||||
ref={containerRef}
|
||||
class={`note-detail ${isFullHeight ? "full-height" : ""}`}
|
||||
class={`component note-detail ${isFullHeight ? "full-height" : ""}`}
|
||||
>
|
||||
{Object.entries(noteTypesToRender).map(([ itemType, Element ]) => {
|
||||
return <NoteDetailWrapper
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user