Skip to content

Commit

Permalink
Fixed some Embed's width in the editor. (#6212)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Apr 18, 2018
1 parent 4bb6047 commit 48ce55a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/sandbox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ class Sandbox extends Component {
width: 100%;
height: 100%;
}
body > div > iframe {
width: 100%;
}
body > div > * {
margin-top: 0 !important; /* has to have !important to override inline styles */
margin-bottom: 0 !important;
Expand Down

0 comments on commit 48ce55a

Please sign in to comment.