diff --git a/CHANGELOG b/CHANGELOG index 8f7d118eca6370a8b30d8fdd28fbdb99424df627..5a5787030fcbb331002edab51397cd1d7ad2727e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,6 +12,7 @@ v 8.0.2 (unreleased) - Make commit graphs responsive to window width changes (Stan Hu) - Fix top margin for sign-in button on public pages - Fix LDAP attribute mapping + - Use standard Markdown font in Markdown preview instead of fixed-width font (Stan Hu) v 8.0.1 - Improve CI migration procedure and documentation diff --git a/app/assets/stylesheets/generic/typography.scss b/app/assets/stylesheets/generic/typography.scss index 7a8a17ced9970c0751b6393270a84b7750aed1a1..551db31db1287c6670b4e9debec27e0a58795ec9 100644 --- a/app/assets/stylesheets/generic/typography.scss +++ b/app/assets/stylesheets/generic/typography.scss @@ -110,7 +110,6 @@ textarea.js-gfm-input { } .md-preview { - font-family: $monospace_font; } .strikethrough {