Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2017-03-16 22:55:29 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-17 23:03:08 +0300
commit4ecb03801323b62b6ba824b17919eb392c475845 (patch)
treedb77152d87492d7a1315fe2ae001b55c1d36a288 /app
parent5d71d9fb9d6ca89710549fbfef62d105d9544a30 (diff)
26236 Change gfm textarea to use monospace font
add changelog entry
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/typography.scss5
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;
}