revert: annulation largeur notes — retour valeurs précédentes
All checks were successful
CI / Lint, Unit Tests & Build (push) Successful in 6m5s
CI / Deploy production (on server) (push) Successful in 23s

This commit is contained in:
Antigravity
2026-07-05 18:21:26 +00:00
parent fbeea7027c
commit 3d783ac9e2
4 changed files with 7 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ export function NoteEditorDialog({ onClose }: NoteEditorDialogProps) {
<Dialog open={true} onOpenChange={onClose}>
<DialogContent
className={cn(
'!max-w-[min(98vw,2000px)] h-[94vh] overflow-hidden p-0 flex flex-row items-stretch rounded-lg',
'!max-w-[min(97vw,1800px)] h-[92vh] overflow-hidden p-0 flex flex-row items-stretch rounded-lg',
state.colorClasses
)}
>