From 9084e2ec7da09cb5007333a0d48191119081f9e0 Mon Sep 17 00:00:00 2001 From: Pouria Delfanazari Date: Tue, 29 Oct 2024 10:15:31 -0700 Subject: [PATCH] Fix incorrect editor height on Safari --- 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 ad61923d..5aee23fb 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 ( -
+