summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorAli Tavakoli <ali.tavakoli@gmail.com>2014-03-21 14:14:11 -0400
committerAli Tavakoli <ali.tavakoli@gmail.com>2014-03-21 14:14:11 -0400
commit78261b4aad4ceed5b3b11e761436313b1cac3bfe (patch)
treee6e5fd9108e9c5c1cc5bcccfb1bffa680269b09c /app/assets
parent6bb474a0dc7a01108e9d2345da1c5a6e70d8aed0 (diff)
downloadgitlab-ce-78261b4aad4ceed5b3b11e761436313b1cac3bfe.tar.gz
Set monospace font-family for textarea.js-gfm-input
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/generic/typography.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/generic/typography.scss b/app/assets/stylesheets/generic/typography.scss
index 3a31e28e0ac..bca0b12ab62 100644
--- a/app/assets/stylesheets/generic/typography.scss
+++ b/app/assets/stylesheets/generic/typography.scss
@@ -120,3 +120,11 @@ a:focus {
.md {
@include md-typography;
}
+
+/**
+ * Textareas intended for GFM
+ *
+ */
+textarea.js-gfm-input {
+ font-family: $monospace_font;
+}