atom-material / atom-material-ui

A dynamic UI theme for Atom that follows Google's Material Design Guidelines
MIT License
817 stars 204 forks source link

Force font-size of small tag to be 80% in markdown-preview. #341

Closed tsaiid closed 7 years ago

tsaiid commented 7 years ago

I had reported a bug #340 about incorrect style in markdown-preview.

Screenshots

2016-11-02 1 28 59
^ error style with atom-material-ui theme

2016-11-10 2 18 12
^ forcing font-size to be 80%

With unknown reason, the font-size of small tag in markdown-preview is set to 125%. This PR forces it to be 80%.

silvestreh commented 7 years ago

Thanks for the PR!