From c88c04a08b3053bd07fa53038cfe3e45ee41d1c4 Mon Sep 17 00:00:00 2001 From: Ayush Date: Fri, 13 Mar 2026 17:37:33 +0530 Subject: [PATCH] fixes the note component Signed-off-by: Ayush --- app/components/NoteEditor/Note/Note.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/components/NoteEditor/Note/Note.css b/app/components/NoteEditor/Note/Note.css index de7183d3..e9dc709a 100644 --- a/app/components/NoteEditor/Note/Note.css +++ b/app/components/NoteEditor/Note/Note.css @@ -26,6 +26,9 @@ .contentEditor { min-height: 100px; + max-width: 100%; + box-sizing: border-box; + resize: vertical; } .icon {