Commit b41274c1 authored by Stan Hu's avatar Stan Hu

Use standard Markdown font in Markdown preview instead of fixed-width font

Closes #2585
parent fd6b5099
...@@ -12,6 +12,7 @@ v 8.0.2 (unreleased) ...@@ -12,6 +12,7 @@ v 8.0.2 (unreleased)
- Make commit graphs responsive to window width changes (Stan Hu) - Make commit graphs responsive to window width changes (Stan Hu)
- Fix top margin for sign-in button on public pages - Fix top margin for sign-in button on public pages
- Fix LDAP attribute mapping - Fix LDAP attribute mapping
- Use standard Markdown font in Markdown preview instead of fixed-width font (Stan Hu)
v 8.0.1 v 8.0.1
- Improve CI migration procedure and documentation - Improve CI migration procedure and documentation
......
...@@ -110,7 +110,6 @@ textarea.js-gfm-input { ...@@ -110,7 +110,6 @@ textarea.js-gfm-input {
} }
.md-preview { .md-preview {
font-family: $monospace_font;
} }
.strikethrough { .strikethrough {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment