Skip to content

Commit

Permalink
fixes #1442, Export responsive html
Browse files Browse the repository at this point in the history
  • Loading branch information
mirsch committed Mar 7, 2018
1 parent 10f5ad6 commit f370508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser/components/MarkdownPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export default class MarkdownPreview extends React.Component {
return `<html>
<head>
<meta charset="UTF-8">
<meta name = "viewport" content = "width = device-width, initial-scale = 1, maximum-scale = 1">
<style id="style">${inlineStyles}</style>
${styles}
</head>
Expand Down

0 comments on commit f370508

Please sign in to comment.