We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284e4e2 commit f8e44a2Copy full SHA for f8e44a2
1 file changed
packages/app/src/app/blog/og-preview/page.tsx
@@ -80,8 +80,8 @@ export default function OgPreviewPage() {
80
alt={`${v.name} at ${s.label}`}
81
width={s.w}
82
height={s.h}
83
- style={{ width: s.w, height: s.h }}
84
- className="rounded border border-border"
+ style={{ width: s.w, height: s.h, maxWidth: 'none' }}
+ className="rounded border border-border shrink-0"
85
/>
86
</div>
87
))}
0 commit comments