26236 Change gfm textarea to use monospace font

add changelog entry
This commit is contained in:
tauriedavis 2017-03-16 12:55:29 -07:00 committed by Annabel Dunstone Gray
parent 5d71d9fb9d
commit 4ecb038013
2 changed files with 9 additions and 0 deletions

View File

@ -306,6 +306,11 @@ a > code {
* Textareas intended for GFM
*
*/
textarea.js-gfm-input {
font-family: $monospace_font;
font-size: 13px;
}
.strikethrough {
text-decoration: line-through;
}

View File

@ -0,0 +1,4 @@
---
title: Change gfm textarea to use monospace font
merge_request:
author: