From 4f70d8cb17b8e6779c32877967eafe4d6dbf5dc0 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Wed, 21 May 2025 16:27:51 +0530 Subject: [PATCH] changed toolbar position bottom to top --- src/components/common/TextEditor/Editor.jsx | 29 +++++++++++---------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/src/components/common/TextEditor/Editor.jsx b/src/components/common/TextEditor/Editor.jsx index 168800e9..84f9728f 100644 --- a/src/components/common/TextEditor/Editor.jsx +++ b/src/components/common/TextEditor/Editor.jsx @@ -34,16 +34,7 @@ const Editor = ({ return (
- - -
+
{/* Left: Quill Format Buttons */} @@ -70,8 +61,19 @@ const Editor = ({ - {/* Right: Submit + Cancel Buttons */} -
+ +
+
+ + {/* Right: Submit + Cancel Buttons */} +
Cancel @@ -84,8 +86,7 @@ const Editor = ({ {loading ? "Please Wait..." : "Submit"}
-
-
+
); };