Commit 4ecb0380 authored by tauriedavis's avatar tauriedavis Committed by Annabel Dunstone Gray

26236 Change gfm textarea to use monospace font

add changelog entry
parent 5d71d9fb
......@@ -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;
}
......
---
title: Change gfm textarea to use monospace font
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment