mjbvz / vscode-github-markdown-preview-style

VS Code extension that changes the built-in markdown preview to match Github's styling
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles
MIT License
303 stars 57 forks source link

Margin issue on pre #25

Closed cilerler closed 6 years ago

cilerler commented 6 years ago

fixes https://github.com/qjebbs/vscode-markdown-extended/issues/17

mjbvz commented 6 years ago

That file is auto generated from a community maintained github css sheet, so I'm hesitant to make changes to it

If you absolutely need to override something, please make the change in base.css instead

cilerler commented 6 years ago

The issue there is visually identifiable so I assume it fits the bill for "absolutely need" my question is, if I do the change on base.css will it overwrite the one in github.css?

mjbvz commented 6 years ago

Yes you need to add a more specific rule to base.css to override the current one