Skip to content
代码片段 群组 项目
提交 94246c7a 编辑于 作者: Annabel Dunstone Gray's avatar Annabel Dunstone Gray
浏览文件

Merge branch '26236-monospace-gfm' into 'master'

26236 Change gfm textarea to use monospace font

Closes #26236

See merge request !10021
No related branches found
No related tags found
无相关合并请求
...@@ -306,6 +306,11 @@ a > code { ...@@ -306,6 +306,11 @@ a > code {
* Textareas intended for GFM * Textareas intended for GFM
* *
*/ */
textarea.js-gfm-input {
font-family: $monospace_font;
font-size: 13px;
}
.strikethrough { .strikethrough {
text-decoration: line-through; text-decoration: line-through;
} }
......
---
title: Change gfm textarea to use monospace font
merge_request:
author:
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册