Skip to content

Commit

Permalink
Merge pull request #1260 from tinacms/iframe-maxwidth
Browse files Browse the repository at this point in the history
iframe maxwidth
  • Loading branch information
James Perkins authored Mar 14, 2022
2 parents 0b4c8a9 + 4e9210b commit 5712e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/styles/DocsRichText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ const DocsRichText = css`
}
iframe {
max-width: 100%;
display: block;
margin: 1.5rem auto;
border-radius: 5px;
Expand Down

1 comment on commit 5712e2e

@vercel
Copy link

@vercel vercel bot commented on 5712e2e Mar 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.