summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_markdown.scss
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-28 11:59:38 -0500
committer=Corey Hulen <corey@hulen.com>2016-01-28 11:59:38 -0500
commite37b2c62f3148ec26f9eddd57d208a640715e68e (patch)
tree27e9484181d1b20ef4e78513f66866d4b82ec900 /web/sass-files/sass/partials/_markdown.scss
parent2138b46f6cdab5fca49680c2e1994703ab71b1c3 (diff)
parentdb37897538f134b29784453797510c20e1e9303c (diff)
downloadchat-e37b2c62f3148ec26f9eddd57d208a640715e68e.tar.gz
chat-e37b2c62f3148ec26f9eddd57d208a640715e68e.tar.bz2
chat-e37b2c62f3148ec26f9eddd57d208a640715e68e.zip
Merge branch 'master' into PLT-1765
Diffstat (limited to 'web/sass-files/sass/partials/_markdown.scss')
-rw-r--r--web/sass-files/sass/partials/_markdown.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_markdown.scss b/web/sass-files/sass/partials/_markdown.scss
index 9ad15f91a..7aa29d95d 100644
--- a/web/sass-files/sass/partials/_markdown.scss
+++ b/web/sass-files/sass/partials/_markdown.scss
@@ -43,7 +43,7 @@
@include opacity(0.2);
}
code {
- white-space: pre;
+ white-space: pre-line;
}
}
.markdown__table {