Commit 99a9d97c44a23aae4e712de45180ed362369ab11

Authored by Dmitriy Zaporozhets
2 parents 17fd0e5c fb74d4a9

Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce

app/assets/stylesheets/generic/typography.scss
... ... @@ -120,3 +120,11 @@ a:focus {
120 120 .md {
121 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 +}
... ...