Skip to content

Commit

Permalink
fix: inline-block img
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 31, 2024
1 parent 59ad990 commit bc4b3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mdx/Img/Img.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export async function Img({
decoding="async"
loading="lazy"
alt={alt}
className={cn('bg-surface-container rounded-lg', className)}
className={cn('bg-surface-container inline-block rounded-lg', className)}
{...dims}
{...props}
/>
Expand Down

0 comments on commit bc4b3b1

Please sign in to comment.