Skip to content

Commit 0f6034f

Browse files
committed
update md images display to w-auto
1 parent 4442ed9 commit 0f6034f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Markdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export function Markdown({ content, className = "" }: MarkdownProps) {
9191
<img
9292
src={src}
9393
alt={alt || ""}
94-
className="rounded-lg my-8 w-full"
94+
className="rounded-lg my-8 w-auto "
9595
/>
9696
),
9797
// Style tables

0 commit comments

Comments
 (0)