fix(client): max content width not preserved (closes #8065)

This commit is contained in:
Elian Doran 2026-01-08 15:59:57 +02:00
parent f7ae046b20
commit 5cc7b259ce
No known key found for this signature in database

View File

@ -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