diff --git a/apps/web/src/components/common/editor/MindEditor.tsx b/apps/web/src/components/common/editor/MindEditor.tsx index 3467d01..6a4e540 100755 --- a/apps/web/src/components/common/editor/MindEditor.tsx +++ b/apps/web/src/components/common/editor/MindEditor.tsx @@ -170,12 +170,12 @@ export default function MindEditor({ id }: { id?: string }) { return ( -
+
{canEdit && taxonomies && (
-
+ className=" bg-white p-4 border-b"> +
{taxonomies.map((tax, index) => ( + style={{ height: "calc(100vh - 271px)" }}>
) @@ -233,7 +233,7 @@ export default function MindEditor({ id }: { id?: string }) { !post && id && !isLoading && (
+ style={{ height: "calc(100vh - 271px)" }}>
)