From ad572419ab95c0d54bedc4ffd0e20b40119683e5 Mon Sep 17 00:00:00 2001 From: Pouria Delfanazari Date: Tue, 29 Oct 2024 10:21:19 -0700 Subject: [PATCH] Expand editor to full height on mobile --- src/components/inputs/editor/Editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/inputs/editor/Editor.tsx b/src/components/inputs/editor/Editor.tsx index 5aee23fb..869ef141 100644 --- a/src/components/inputs/editor/Editor.tsx +++ b/src/components/inputs/editor/Editor.tsx @@ -132,7 +132,7 @@ export default function Editor(props: Props) { if (!editor) return null; return ( -
+