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
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-05-01 01:37:08 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-05-01 01:38:58 +0300
commite4bda897146168067dce5bc66c14f5f4a24756d0 (patch)
tree0cf794c75be61a17b1697a24105fd14c73e50f39 /app/assets/stylesheets/pages/diff.scss
parent2f7b71df7619768220657ed47c7737f4c3e19e90 (diff)
Change font for tables inside diff discussions
Diffstat (limited to 'app/assets/stylesheets/pages/diff.scss')
-rw-r--r--app/assets/stylesheets/pages/diff.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index 11052be40a8..70ce5de6a6c 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -44,6 +44,12 @@
}
}
+ .note-text {
+ table {
+ font-family: $font-family-sans-serif;
+ }
+ }
+
table {
width: 100%;
font-family: $monospace_font;