Skip to content
Snippets Groups Projects
Commit 94246c7a authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

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

26236 Change gfm textarea to use monospace font

Closes #26236

See merge request !10021
parents 5d71d9fb 4ecb0380
No related branches found
No related tags found
No related merge requests found
......@@ -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:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment