Skip to content
代码片段 群组 项目
提交 3e866b2a 编辑于 作者: Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
浏览文件

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
No related branches found
No related tags found
无相关合并请求
...@@ -15,6 +15,7 @@ v 8.0.2 (unreleased) ...@@ -15,6 +15,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
- Remove git refs used internally by GitLab from network graph (Stan Hu) - Remove git refs used internally by GitLab from network graph (Stan Hu)
......
...@@ -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 {
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册