Skip to content

Commit

Permalink
Remove top link from embedded content block fix WordPress#3497
Browse files Browse the repository at this point in the history
  • Loading branch information
PareshRadadiya committed Nov 18, 2017
1 parent 1709207 commit 041faab
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 @@ -140,6 +140,9 @@ export default class Sandbox extends Component {
margin-top: 0 !important; /* has to have !important to override inline styles */
margin-bottom: 0 !important;
}
body > div > blockquote {
display: none;
}
`;

// put the html snippet into a html document, and then write it to the iframe's document
Expand Down

0 comments on commit 041faab

Please sign in to comment.