From e1418301fcead7fee064622e3a7c693aab5888f0 Mon Sep 17 00:00:00 2001
From: seaerchin <44049504+seaerchin@users.noreply.github.com>
Date: Tue, 14 Nov 2023 14:57:43 +0800
Subject: [PATCH] fix(markdown): update styling to remove overflow (#1671)
* fix(template): u9pdate styling for editor
* refactor(editor): update styling to own file
---
src/components/pages/MarkdownEditor.jsx | 2 ++
src/components/pages/editor.scss | 5 +++++
src/styles/isomer-cms/pages/Editor.module.scss | 1 +
src/styles/isomer-template.scss | 7 +------
4 files changed, 9 insertions(+), 6 deletions(-)
create mode 100644 src/components/pages/editor.scss
diff --git a/src/components/pages/MarkdownEditor.jsx b/src/components/pages/MarkdownEditor.jsx
index 629aa6c1d..38dd11c53 100644
--- a/src/components/pages/MarkdownEditor.jsx
+++ b/src/components/pages/MarkdownEditor.jsx
@@ -7,6 +7,7 @@ import EditorModals from "components/pages/EditorModals"
import { useMarkdown } from "hooks/useMarkdown"
import editorStyles from "styles/isomer-cms/pages/Editor.module.scss"
+import "./editor.scss"
import {
boldButton,
@@ -137,6 +138,7 @@ const MarkdownEditor = ({ siteName, onChange, value, isLoading }) => {
>