Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
fix(renderer): fix embed width
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Oct 19, 2023
1 parent 38cc405 commit 67b1d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/apps/site/components/site-static-embeds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function EmbedWrapper(props: PropsWithChildren<{hmRef: string}>) {
return (
<NextLink
href={stripHMLinkPrefix(props.hmRef)}
style={{textDecoration: 'none'}}
style={{textDecoration: 'none', display: 'block', width: '100%'}}
>
<YStack
{...blockStyles}
Expand Down

0 comments on commit 67b1d50

Please sign in to comment.