summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_markdown.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_markdown.scss')
-rw-r--r--web/sass-files/sass/partials/_markdown.scss9
1 files changed, 4 insertions, 5 deletions
diff --git a/web/sass-files/sass/partials/_markdown.scss b/web/sass-files/sass/partials/_markdown.scss
index a08379ae1..f34b5ec19 100644
--- a/web/sass-files/sass/partials/_markdown.scss
+++ b/web/sass-files/sass/partials/_markdown.scss
@@ -31,6 +31,7 @@
}
.post-body--code__language {
+ -webkit-transform: translate3d(0,0,0);
position: absolute;
top: 0;
right: 0;
@@ -54,11 +55,9 @@
code {
white-space: pre;
}
- pre {
- &.text-nowrap {
- code {
- white-space: nowrap;
- }
+ .codespan__pre-wrap {
+ code {
+ white-space: pre-wrap;
}
}
}