math2001 / MarkdownLivePreview

A Sublime Text 3 plugin to preview your markdown as you type
https://math2001.github.io/MarkdownLivePreview
MIT License
304 stars 37 forks source link

remove width property #84

Closed ezrafree closed 5 years ago

ezrafree commented 5 years ago

For me, the addition of the width: 100% declaration to div.codehilite in default.css causes the fenced code blocks to not take up the full width. This fix removes width: 100% which then lets .codehilite take up the full width of the phantom window.