Commit 94246c7a authored by 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
parents 5d71d9fb 4ecb0380
......@@ -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