diff options
author | tauriedavis <taurie@gitlab.com> | 2017-03-16 12:55:29 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-03-17 14:03:08 -0600 |
commit | 4ecb03801323b62b6ba824b17919eb392c475845 (patch) | |
tree | db77152d87492d7a1315fe2ae001b55c1d36a288 /app/assets | |
parent | 5d71d9fb9d6ca89710549fbfef62d105d9544a30 (diff) | |
download | gitlab-ce-4ecb03801323b62b6ba824b17919eb392c475845.tar.gz |
26236 Change gfm textarea to use monospace font
add changelog entry
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/framework/typography.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss index db5e2c51fe7..c241816788b 100644 --- a/app/assets/stylesheets/framework/typography.scss +++ b/app/assets/stylesheets/framework/typography.scss @@ -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; } |