Yidadaa 1 жил өмнө
parent
commit
d34676c5b2

+ 4 - 0
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 {

+ 1 - 1
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}