Commit 78261b4aad4ceed5b3b11e761436313b1cac3bfe

Authored by Ali Tavakoli
1 parent 6bb474a0

Set monospace font-family for textarea.js-gfm-input

app/assets/stylesheets/generic/typography.scss
@@ -120,3 +120,11 @@ a:focus { @@ -120,3 +120,11 @@ a:focus {
120 .md { 120 .md {
121 @include md-typography; 121 @include md-typography;
122 } 122 }
  123 +
  124 +/**
  125 + * Textareas intended for GFM
  126 + *
  127 + */
  128 +textarea.js-gfm-input {
  129 + font-family: $monospace_font;
  130 +}