Closed ezrafree closed 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.
width: 100%
div.codehilite
default.css
For me, the addition of the
width: 100%
declaration todiv.codehilite
indefault.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.