fix: template-edit-page-responsiveness (#268)

This commit is contained in:
Vamsi Sai
2025-10-10 23:38:11 +05:30
committed by GitHub
parent 1216b8085e
commit 3388426929
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ export const Editor: React.FC<EditorProps> = ({
return (
<div
className="bg-white rounded-md text-black p-8 unsend-editor light"
className="bg-white rounded-md text-black p-4 sm:p-8 unsend-editor light"
ref={menuContainerRef}
>
<EditorContent editor={editor} className="min-h-[50vh]" />