Merge branch 'fix-markdown-preview-font' into 'master'

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

Closes #2585

See merge request !1414
This commit is contained in:
Dmitriy Zaporozhets 2015-09-24 11:11:12 +00:00
commit 3e866b2aa6
2 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,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
- Remove git refs used internally by GitLab from network graph (Stan Hu)

View File

@ -110,7 +110,6 @@ textarea.js-gfm-input {
}
.md-preview {
font-family: $monospace_font;
}
.strikethrough {