summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/typography.scss
diff options
context:
space:
mode:
authorJacques Erasmus <jerasmus@gitlab.com>2019-01-15 13:37:49 +0000
committerKushal Pandya <kushalspandya@gmail.com>2019-01-15 13:37:49 +0000
commitf3b9eda913b49649634fb82902cf4c55090260ef (patch)
treead3c627b40a623ed6a5d299989d4191e84cc4f47 /app/assets/stylesheets/framework/typography.scss
parentcbad001c109d886e47df70ca3f2e6382e4130f5e (diff)
downloadgitlab-ce-f3b9eda913b49649634fb82902cf4c55090260ef.tar.gz
Add syntax highlighting to suggestion preview
Diffstat (limited to 'app/assets/stylesheets/framework/typography.scss')
-rw-r--r--app/assets/stylesheets/framework/typography.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 0c81dc2e156..45dab036d35 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -143,7 +143,7 @@
margin: 0 0 16px;
}
- table {
+ table:not(.js-syntax-highlight) {
@extend .table;
@extend .table-bordered;
margin: 16px 0;