Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa committed May 22, 2023
1 parent 86d4a6e commit c88c013
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/components/exporter.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@
max-width: calc(100% - 104px);
box-shadow: var(--card-shadow);
border: var(--border-in-light);

* {
overflow: hidden;
}
}

&-assistant {
Expand Down
2 changes: 1 addition & 1 deletion app/components/exporter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ export function ImagePreviewer(props: {
/>
</div>

<div className={`${styles["body"]} `}>
<div className={styles["body"]}>
<Markdown
content={m.content}
fontSize={config.fontSize}
Expand Down

0 comments on commit c88c013

Please sign in to comment.