Skip to content

Commit

Permalink
fix: iframe video in post content
Browse files Browse the repository at this point in the history
  • Loading branch information
fpasquet committed May 3, 2024
1 parent 672d6b7 commit 67d1124
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eleven-labs/design-system",
"description": "Design System for Eleven Labs",
"version": "0.37.1",
"version": "0.37.2",
"repository": {
"type": "git",
"url": "https://github.com/eleven-labs/design-system.git"
Expand Down
6 changes: 6 additions & 0 deletions src/pages/PostPage/PostPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,11 @@ $headings-by-compoent-variant-name: (
}
}
}

iframe {
display: block;
max-width: 100%;
margin: #{map-get-strict($token-variables, 'spacing', 'xs')} auto;
}
}
}

0 comments on commit 67d1124

Please sign in to comment.