From d34676c5b2451c1adedc95c63e9165b01d299ffd Mon Sep 17 00:00:00 2001
From: Yidadaa <yidadaa@qq.com>
Date: Mon, 22 May 2023 23:59:11 +0800
Subject: [PATCH] fixup

---
 app/components/exporter.module.scss | 4 ++++
 app/components/exporter.tsx         | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/app/components/exporter.module.scss b/app/components/exporter.module.scss
index 7141bc0bd..3fde363f0 100644
--- a/app/components/exporter.module.scss
+++ b/app/components/exporter.module.scss
@@ -185,6 +185,10 @@
         max-width: calc(100% - 104px);
         box-shadow: var(--card-shadow);
         border: var(--border-in-light);
+
+        * {
+          overflow: hidden;
+        }
       }
 
       &-assistant {
diff --git a/app/components/exporter.tsx b/app/components/exporter.tsx
index 1f9366252..392808094 100644
--- a/app/components/exporter.tsx
+++ b/app/components/exporter.tsx
@@ -386,7 +386,7 @@ export function ImagePreviewer(props: {
                 />
               </div>
 
-              <div className={`${styles["body"]} `}>
+              <div className={styles["body"]}>
                 <Markdown
                   content={m.content}
                   fontSize={config.fontSize}