Commit ae51989e authored by Stan Hu's avatar Stan Hu Committed by Robert Speicher

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

Closes #2585
parent 222ededa
......@@ -9,6 +9,7 @@ v 8.0.2 (unreleased)
- Fix top margin for sign-in button on public pages
- Fix LDAP attribute mapping
- Remove git refs used internally by GitLab from network graph (Stan Hu)
- Use standard Markdown font in Markdown preview instead of fixed-width font (Stan Hu)
v 8.0.1
- Improve CI migration procedure and documentation
......
......@@ -106,7 +106,6 @@ textarea.js-gfm-input {
}
.md-preview {
font-family: $monospace_font;
}
.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