Skip to content

Commit

Permalink
fix: wide images not scaled, exceed the width of the page
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazawazi committed Oct 21, 2023
1 parent 975b689 commit 509e3d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Common/MarkdownDiv.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ const MarkdownImage = (props: {
width: "auto",
height: "auto",
margin: "auto",
maxWidth: "100%",
}}
/>
</Card>
Expand Down

0 comments on commit 509e3d8

Please sign in to comment.