diff options
author | tauriedavis <taurie@gitlab.com> | 2017-03-16 12:55:29 -0700 |
---|---|---|
committer | tauriedavis <taurie@gitlab.com> | 2017-03-16 12:56:41 -0700 |
commit | a02a9953ac51e04c34c11c66c050ca7b479797d3 (patch) | |
tree | ae2b037076c34056254082e394e36e56e7b9bcd7 | |
parent | adb7ed3f9a0f9fc513685988208957a25a9e1ae3 (diff) | |
download | gitlab-ce-26236-monospace-gfm.tar.gz |
26236 Change gfm textarea to use monospace font26236-monospace-gfm
add changelog entry
-rw-r--r-- | app/assets/stylesheets/framework/typography.scss | 5 | ||||
-rw-r--r-- | changelogs/unreleased/26236-monospace-gfm.yml | 4 |
2 files changed, 9 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; } diff --git a/changelogs/unreleased/26236-monospace-gfm.yml b/changelogs/unreleased/26236-monospace-gfm.yml new file mode 100644 index 00000000000..c44f3d4d3dc --- /dev/null +++ b/changelogs/unreleased/26236-monospace-gfm.yml @@ -0,0 +1,4 @@ +--- +title: Change gfm textarea to use monospace font +merge_request: +author: |