mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
Use standard Markdown font in Markdown preview instead of fixed-width font
Closes #2585
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -110,7 +110,6 @@ textarea.js-gfm-input {
|
||||
}
|
||||
|
||||
.md-preview {
|
||||
font-family: $monospace_font;
|
||||
}
|
||||
|
||||
.strikethrough {
|
||||
|
||||
Reference in New Issue
Block a user